Search found 151 matches

by Uniden65
Sun Dec 02, 2012 2:26 pm
Forum: Runes of Magic
Topic: Say after death
Replies: 5
Views: 1853

Say after death

iam trying to get the bot to say words to SAY after i am dead but it seams the code i took did not work ...could anyone help please here is what i have <onDeath> -- <skill name="ROGUE_HIDE" hotkey="VK_F" priority="290" /> -- Additional Lua code to execute on death -- yr...
by Uniden65
Mon Nov 12, 2012 1:27 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: GM detection and banning chance reduction
Replies: 499
Views: 146879

Re: GM detection and banning chance reduction

If they always use the same character I would put them on a constant search and destroy. did this know hes been hunting me just to be spiteful, his guild buddys help him know also .. Add in your onskill cast to findnearest with their name and if you find it and within attack range then kill them. I...
by Uniden65
Sun Nov 11, 2012 11:22 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: GM detection and banning chance reduction
Replies: 499
Views: 146879

Re: GM detection and banning chance reduction

hey lisa i did not know where to add this so ill just post it here, maybe you can think of some kind of work around ...I have a warden that thinks hes the police on runes of magic and has always came to see me while i was running ...what he does is this ... 1. attacks me runs away so hes red. 2. Sum...
by Uniden65
Sat Oct 20, 2012 7:47 am
Forum: Runes of Magic
Topic: function beingfollowed help
Replies: 9
Views: 2895

Re: help please

thanks both of you .... after testing... lisa it gives a error attempt to call global 'SetChannelForLogin' <a nil value> so i changed it to this function beingfollowed(pawn,alarmnumber) if alarmnumber == 1 then cprintf(cli.lightblue,"Being Followed by someone \n"); sendMacro("CastSpel...
by Uniden65
Thu Oct 18, 2012 11:21 am
Forum: Runes of Magic
Topic: function beingfollowed help
Replies: 9
Views: 2895

Re: help please

BillDoorNZ as i said in the first post its a sniplet from lisa ..but what iam trying to to is have it change channels after the 3 check or 4 or 5 really does not matter as long as it does it .... the beggining of the code works great it hides the first time then clears target and continues on then i...
by Uniden65
Tue Oct 16, 2012 1:08 pm
Forum: Runes of Magic
Topic: function beingfollowed help
Replies: 9
Views: 2895

Re: help please

would be great if i could get it to work right .... BillDoorNZ thank you for the effert but it still does the same as my orginal code ...it will report that someone is there and go into hide (1) then it will whisper the person following the word WHAT (2) after that it repeats 1 again then ends does ...
by Uniden65
Mon Oct 15, 2012 5:54 pm
Forum: Runes of Magic
Topic: function beingfollowed help
Replies: 9
Views: 2895

function beingfollowed help

iam useing this code function beingfollowed(pawn,alarmnumber) cprintf(cli.lightblue,"Being Followed by someone \n"); sendMacro("CastSpellByName(\"Hide\");"); player:rest(120); if alarmnumber == 2 then sendMacro("CastSpellByName(\"Hide\");"); cprintf(...
by Uniden65
Wed Jul 18, 2012 12:16 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: GM detection and banning chance reduction
Replies: 499
Views: 146879

Re: GM detection and banning chance reduction

does work great Lisa could you add, more like a Say statement to it ..to tell the person following you ...1 line like Go away Because most ppls that take the time to follow u or bother a botter wants to see if your there and if it says something they go away and dont bother u ... it does not need to...
by Uniden65
Wed Jul 18, 2012 11:39 am
Forum: RoM general
Topic: Command Just to attack NPC
Replies: 3
Views: 1327

Re: Command Just to attack NPC

thanks lisa .. but if its in profile iam not sure where ...went throw every line ..
by Uniden65
Mon Jul 16, 2012 10:51 pm
Forum: RoM general
Topic: Command Just to attack NPC
Replies: 3
Views: 1327

Command Just to attack NPC

Iam running an instance and since iam higher level then the boss i run past it to the left and cant pull aggro becuase it does not attack me. the code i used to attack the boss is local portalIn = 103169; player:target_NPC(portalIn); This code does work it runs up too the boss and treats it like a N...
by Uniden65
Mon Jul 09, 2012 12:29 am
Forum: Runes of Magic
Topic: changeprofileoption.... Mobs ?
Replies: 6
Views: 1875

Re: changeprofileoption.... Mobs ?

does not work but would be nice? oo nice this does work in a onload command

Code: Select all

	changeOptionFriendMob("friend", "name", "add")
by Uniden65
Sat Jun 23, 2012 10:15 am
Forum: Runes of Magic
Topic: Quest
Replies: 14
Views: 3555

Re: Quest

No rock5 its picks the quest up fine with the code u game me the first time after it runs it path and comes back to the quest it will never work again. yes it works great i set it up with another npc and a differnet quest ...but that quest there always does that ...i can manualy target it and it wil...
by Uniden65
Sat Jun 23, 2012 12:37 am
Forum: Runes of Magic
Topic: Quest
Replies: 14
Views: 3555

Re: Quest

This is not the case Lisa , Guess i am, just the dumb ass here ..... Every userfunction quest have been removed and i even changed the ingame directory still the same ...i get the Second window after i reload the game it picks up the quest fine ..when it turns it in ....Hahahah Come on !!! with no Q...
by Uniden65
Fri Jun 22, 2012 1:42 pm
Forum: Runes of Magic
Topic: Quest
Replies: 14
Views: 3555

Re: Quest

every time i try to pick up a quest 1 get http://imageshack.us/photo/my-images/99/bugio.jpg/ http://img99.imageshack.us/img99/6185/bugio.jpg i get this every time with NOthing in it ...have tryed many different ways of setting it up it should open like this http://img600.imageshack.us/img600/5971/co...
by Uniden65
Fri Jun 22, 2012 1:29 pm
Forum: Runes of Magic
Topic: quest / NPC issue
Replies: 9
Views: 2536

Re: quest / NPC issue

every time i try to pick up a quest u get http://imageshack.us/photo/my-images/99/bugio.jpg/ http://img99.imageshack.us/img99/6185/bugio.jpg i get this every time with NOthing in it ...have tryed many different ways of setting it up it should open like this http://img600.imageshack.us/img600/5971/co...
by Uniden65
Fri Jun 22, 2012 11:13 am
Forum: Runes of Magic
Topic: Quest
Replies: 14
Views: 3555

Re: Quest

why do i always get

The dialog window Empty?
by Uniden65
Fri Jun 22, 2012 10:54 am
Forum: Runes of Magic
Topic: quest / NPC issue
Replies: 9
Views: 2536

Re: quest / NPC issue

rambo66 how did u fix the Emptu dialog window issue?
by Uniden65
Fri Jun 22, 2012 1:17 am
Forum: Runes of Magic
Topic: Quest
Replies: 14
Views: 3555

Re: Quest

does not work eather
by Uniden65
Fri Jun 22, 2012 12:53 am
Forum: Runes of Magic
Topic: Quest
Replies: 14
Views: 3555

Re: Quest

also does not work

and i get the same issue as the other person posts
The dialog opens, but then nothing is selected.
The dialog is 2x clicking the first/uppest button..
by Uniden65
Fri Jun 22, 2012 12:41 am
Forum: Runes of Magic
Topic: Quest
Replies: 14
Views: 3555

Quest

help iam trying to get this But it does not see the quest and everytime it goes to Assen it opens up a empty quest list ..i have tryed many combinations of this still no luck so if any one can help please let me know, All iam trying to do is except the quest and complete it when it finishes its path...