Search found 31 matches
- Mon Jul 08, 2013 1:09 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 280304
Re: Rock5's Constellation (Zodiac) Pet scripts
thank rock , i will try next day
- Sun Jul 07, 2013 10:36 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 280304
Re: Rock5's Constellation (Zodiac) Pet scripts
Element Converter work wrong color now, can anyone fix it ,thx !
- Sun Jun 16, 2013 11:03 pm
- Forum: Runes of Magic
- Topic: Option - run back after fight to wp
- Replies: 4
- Views: 3574
Re: Option - run back after fight to wp
i really don't see how this part can work
<option name="PATH_TYPE" value="wander"/>
<option name="WANDER_RADIUS" value="0" />
What I usually do though in this situation is do the code in onload and not even have any actual waypoints
If you are melee you would also need to add code to go back ...
<option name="PATH_TYPE" value="wander"/>
<option name="WANDER_RADIUS" value="0" />
What I usually do though in this situation is do the code in onload and not even have any actual waypoints
If you are melee you would also need to add code to go back ...
- Thu May 16, 2013 1:22 am
- Forum: Runes of Magic
- Topic: This is an another KS farming script, just use
- Replies: 39
- Views: 27066
Re: This is an another KS farming script, just use
i used it , work fine . tyvm lisa !
- Wed May 15, 2013 12:03 pm
- Forum: Runes of Magic
- Topic: This is an another KS farming script, just use
- Replies: 39
- Views: 27066
Re: This is an another KS farming script, just use
Why do you need to put things in a certain bank page?
BTW I ran a little test to see how fast my method is. I moved 30 items to the bank and then back again and timed it.
Command> st = os.clock() for i = 1,30 do inventory.BagSlot[i+60]:moveTo("bank")
end print(os.clock() - st)
7.7930000000006 ...
BTW I ran a little test to see how fast my method is. I moved 30 items to the bank and then back again and timed it.
Command> st = os.clock() for i = 1,30 do inventory.BagSlot[i+60]:moveTo("bank")
end print(os.clock() - st)
7.7930000000006 ...
- Tue May 14, 2013 2:43 am
- Forum: Runes of Magic
- Topic: put trash to bank and get it back
- Replies: 0
- Views: 2826
put trash to bank and get it back
Anyone know this ! help me some code pls . Ty
- Fri May 10, 2013 11:34 pm
- Forum: Runes of Magic
- Topic: anyone got new remove spell effects ?
- Replies: 0
- Views: 2865
anyone got new remove spell effects ?
i need it for remove skill from new race , help me
- Mon Apr 01, 2013 3:50 am
- Forum: Runes of Magic
- Topic: How to attack boss in this case?
- Replies: 10
- Views: 4170
Re: How to attack boss in this case?
yeah that all mobs in KS , Normaly , my bot not kill all mob , sometimes ignore them and go to next waypoint , so i add them to mobs list and my bot kill clear all mobs , its perfect with out Boss.
- Mon Apr 01, 2013 1:46 am
- Forum: Runes of Magic
- Topic: How to attack boss in this case?
- Replies: 10
- Views: 4170
Re: How to attack boss in this case?
And profile
<?xml version="1.0" encoding="utf-8"?>
<profile>
<options>
<!-- GM detection options -->
<option name="GMDETECT" value="true" /> -- enables the GM detection userfunction
<option name="GMnearbylogout" value="true" /> -- If a GM is close to the character it will log out.
<option name ...
<?xml version="1.0" encoding="utf-8"?>
<profile>
<options>
<!-- GM detection options -->
<option name="GMDETECT" value="true" /> -- enables the GM detection userfunction
<option name="GMnearbylogout" value="true" /> -- If a GM is close to the character it will log out.
<option name ...
- Mon Apr 01, 2013 1:41 am
- Forum: Runes of Magic
- Topic: How to attack boss in this case?
- Replies: 10
- Views: 4170
Re: How to attack boss in this case?
<onLoad>
startGMDetect()
MountSpeedHack()
setwindow("gold")
changeOptionFriendMob("mob", "Rune Guardian", "Add")
changeOptionFriendMob("mob", "Rune Sentinel", "Add")
changeOptionFriendMob("mob", "Rune Destroyer", "Add")
changeOptionFriendMob("mob", "Rune Patroller", "Add ...
- Sun Mar 31, 2013 11:17 pm
- Forum: Runes of Magic
- Topic: How to attack boss in this case?
- Replies: 10
- Views: 4170
Re: How to attack boss in this case?
my char is lvl 77 with 78k hp and boss is about 200-300k hp, tried with "AUTO_ELITE_FACTOR = 8" but still get same problem .
Anything for helping, thank you!
Anything for helping, thank you!
- Sun Mar 31, 2013 9:54 am
- Forum: Runes of Magic
- Topic: How to attack boss in this case?
- Replies: 10
- Views: 4170
Re: How to attack boss in this case?
i try it with lisa's userfuntion changeprofile , got same problem , bot not attack boss , i though when i add mobs bot only kill them and ignore boss , and changeprofile mob not work for boss , any code help me for target bosses's name then attack them ? Thank Rock & Lisa !
- Sun Mar 31, 2013 3:55 am
- Forum: Runes of Magic
- Topic: How to attack boss in this case?
- Replies: 10
- Views: 4170
How to attack boss in this case?
how to add boss to
I couldnt attack boss if i added some mobs to attack but its notwork for boss .
Code: Select all
<!-- names of mobs we want to attack -->
<!-- if no names defined we will attack all mobs -->
<mob name="Yusalien" />
- Mon Dec 31, 2012 1:00 am
- Forum: Runes of Magic
- Topic: How to get ID portal?
- Replies: 1
- Views: 1441
How to get ID portal?
I want do some instances but i dont know how to get ID portal anyone help?
- Sun Dec 30, 2012 3:26 am
- Forum: Runes of Magic
- Topic: Anyone know how to bug lv 75 world boss Togerthen ?
- Replies: 11
- Views: 7065
Anyone know how to bug lv 75 world boss Togerthen ?
im looking for the way for bug boss 
- Wed Dec 12, 2012 1:28 pm
- Forum: Runes of Magic
- Topic: Help :)
- Replies: 1
- Views: 1525
Re: Help :)
player:target_Object("Thieves' Prisoner");
- Tue Dec 11, 2012 2:07 pm
- Forum: Runes of Magic
- Topic: Make money with killing boss and sell to npc won items
- Replies: 3
- Views: 2405
Re: Make money with killing boss and sell to npc won items
anyone got KS script for R/s or Mage ? pls share me , i tried some scripts but not really work on my char , too many erors. ~~
- Sun Dec 09, 2012 6:28 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Autumn Banquet
- Replies: 34
- Views: 24563
Re: Autumn Banquet
have anyscript make me get above 10 autumn banquet a day ?
- Sat Dec 08, 2012 6:08 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Fusion Control Functions
- Replies: 187
- Views: 106817
Re: Rock5's Fusion Control Functions
how do i clean bag without token coins for all level.
- Sat Dec 08, 2012 3:32 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Mail Mods
- Replies: 766
- Views: 497234
Re: Rock5's Mail Mods
thank rock, that all i need , ill try it soon