Search found 102 matches
- Sun Dec 08, 2013 7:36 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Drillground: I want to Survive
- Replies: 22
- Views: 24442
Re: Drillground: I want to Survive
Fixed :/ doesnt work anymore.
- Wed Dec 04, 2013 4:26 pm
- Forum: Runes of Magic
- Topic: Energy of Justice
- Replies: 61
- Views: 32669
Re: Energy of Justice
IMPORTANT!!!
FOR ALL THE SEARCHING ONES^^
after the waypoint didn't work for me and i know how it is to search the problem in all the millions of posts, although the others could just upload the fixed version, which would make it much more easier, i decided to upload my version^^
i think it ...
FOR ALL THE SEARCHING ONES^^
after the waypoint didn't work for me and i know how it is to search the problem in all the millions of posts, although the others could just upload the fixed version, which would make it much more easier, i decided to upload my version^^
i think it ...
- Wed Dec 04, 2013 2:40 am
- Forum: Runes of Magic
- Topic: Energy of Justice
- Replies: 61
- Views: 32669
Re: Energy of Justice
IMPORTANT!!!
FOR ALL THE SEARCHING ONES^^
after the waypoint didn't work for me and i know how it is to search the problem in all the millions of posts, although the others could just upload the fixed version, which would make it much more easier, i decided to upload my version^^
i think it ...
FOR ALL THE SEARCHING ONES^^
after the waypoint didn't work for me and i know how it is to search the problem in all the millions of posts, although the others could just upload the fixed version, which would make it much more easier, i decided to upload my version^^
i think it ...
- Mon Dec 02, 2013 9:35 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 239562
Re: Rock5's Constellation (Zodiac) Pet scripts
sorry ^_^ i searched "pie"rock5 wrote:It is optional. Change Use_XP_TP_Rewards to false.
- Mon Dec 02, 2013 9:05 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Constellation (Zodiac) Pet scripts
- Replies: 260
- Views: 239562
Re: Rock5's Constellation (Zodiac) Pet scripts
Master please this Yolius reward change optional because im using exp pie on my second class.First class level 82 so exp not important it.Thanks
- Mon Dec 02, 2013 8:04 am
- Forum: Runes of Magic
- Topic: Energy of Justice
- Replies: 61
- Views: 32669
Re: Energy of Justice
You need to understand that setWaypointIndex doesn't immediately go to that waypoint, it only sets the next waypoint it is going to go to. If the first quest is "incomplete" and it sets the waypoint index to 2, it will then finish the code in the waypoint that checks the second quest. If the second ...
- Mon Dec 02, 2013 6:40 am
- Forum: Runes of Magic
- Topic: Energy of Justice
- Replies: 61
- Views: 32669
Re: Energy of Justice
Bot didnt wait when event finished.Add some function but didnt change anything also this function cause it crazy :D bot take quest 1 but go to quest 2 waypoint etc..Anyone has a good work one this John Carter quest's ? or help
note:im using dailynotes so delete questaccept lines
<?xml version="1 ...
note:im using dailynotes so delete questaccept lines
<?xml version="1 ...
- Mon Dec 02, 2013 5:42 am
- Forum: Runes of Magic
- Topic: EoJ Farming with out timerwaypoint
- Replies: 4
- Views: 2711
Re: EoJ Farming with out timerwaypoint
<onload>
temp = 0
questname_1 = "Continue to Clean up the Threats to the Fishing Village";
questname_2 = "Immediate Relief";
changeProfileOption("WAYPOINT_DEVIATION", 30);
YourTargetScore = 6000
function waitForEventStart()
EventMonitorStart("eojstart", "CHAT_MSG_SYSTEM")
local EventStarted ...
temp = 0
questname_1 = "Continue to Clean up the Threats to the Fishing Village";
questname_2 = "Immediate Relief";
changeProfileOption("WAYPOINT_DEVIATION", 30);
YourTargetScore = 6000
function waitForEventStart()
EventMonitorStart("eojstart", "CHAT_MSG_SYSTEM")
local EventStarted ...
- Mon Dec 02, 2013 5:23 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's QuestLog Class
- Replies: 61
- Views: 36608
Re: Rock5's QuestLog Class
Thanks 
- Mon Dec 02, 2013 5:18 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Userfunction - addon_attackspeedzero
- Replies: 9
- Views: 9629
Re: Userfunction - addon_attackspeedzero
Gives error 


- Mon Dec 02, 2013 2:17 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Malatina's survival
- Replies: 409
- Views: 165875
Re: Malatina's survival
Thanks masterrock5 wrote:Updated survivalR5 to 2.74. Just added a few tweaks that might improve reliability and stability.
- Sun Dec 01, 2013 6:05 am
- Forum: Runes of Magic
- Topic: wait mail & send whisperer
- Replies: 16
- Views: 7232
Re: wait mail & send whisperer
I don't see an exit to the loop. Try adding a return
loadPaths("Bekleme");
return That will exit the onload and allow Bekleme to run.
Damn you said before.i forgot.Thanks master.i am going to try
EDIT:IT WORKS.THANKS A LOT !!! :mrgreen: :mrgreen: :mrgreen: :mrgreen:
You might want to put a ...
loadPaths("Bekleme");
return That will exit the onload and allow Bekleme to run.
Damn you said before.i forgot.Thanks master.i am going to try
EDIT:IT WORKS.THANKS A LOT !!! :mrgreen: :mrgreen: :mrgreen: :mrgreen:
You might want to put a ...
- Sun Dec 01, 2013 5:33 am
- Forum: Runes of Magic
- Topic: wait mail & send whisperer
- Replies: 16
- Views: 7232
Re: wait mail & send whisperer
Is this the repeat that doesn't repeat? I wouldn't use loadProfile() to see if it's working. Use a print message.
<onload>
repeat
local newmail = RoMScript("UMMSettings:NewMail()")
yrest(500);
if newmail and newmail > 0 then
loadPaths("Alisveris");
return;
else
print("Still waiting ...
<onload>
repeat
local newmail = RoMScript("UMMSettings:NewMail()")
yrest(500);
if newmail and newmail > 0 then
loadPaths("Alisveris");
return;
else
print("Still waiting ...
- Sat Nov 30, 2013 4:10 pm
- Forum: Runes of Magic
- Topic: wait mail & send whisperer
- Replies: 16
- Views: 7232
Re: wait mail & send whisperer
master i have problem..im using a.xml and add loadpaths("b") and b waypoint has repeat function..when goes to b from waypoint a repeat doesnt work just wait..For example i try this function again again loadpofile first time if loop come second time didnt work;
<onload>
repeat
local newmail ...
<onload>
repeat
local newmail ...
- Sat Nov 30, 2013 9:28 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Fusion Control Functions
- Replies: 187
- Views: 96026
Re: Rock5's Fusion Control Functions
RoMScript sends commands to the game and returns any returned values. 228966 is not a command and neither is Recall Belt. The original TEXT command is a function that returns a string. But if you only want to use Recall Belt then just set _beltNameOrId to the name. Replace this whole section
if ...
if ...
- Sat Nov 30, 2013 9:03 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Fusion Control Functions
- Replies: 187
- Views: 96026
Re: Rock5's Fusion Control Functions
I have problem this code.i changed like this;
function Fusion_MakeMaxStones(_beltNameOrId, _beltTierLevel)
------------------------------------------------
-- Makes maximum mana stones taking into account
-- the number of charges and mana stones you
-- already have. Assumes you will have enough ...
function Fusion_MakeMaxStones(_beltNameOrId, _beltTierLevel)
------------------------------------------------
-- Makes maximum mana stones taking into account
-- the number of charges and mana stones you
-- already have. Assumes you will have enough ...
- Fri Nov 29, 2013 4:05 am
- Forum: Runes of Magic
- Topic: Malatina's Servant (Yolius) Minigame
- Replies: 98
- Views: 48366
Re: Malatina's Servant (Yolius) Minigame
I'm still not sure what you mean by clicking a 'tale' and 'found pumpkin'. It got stuck after "Too many mobs. Clearing." which mean it wont continue until the mobs are dead. So I assume you manually click the moving Pumpkin to kill the mobs. What language do you play in?
O sorry master i want to ...
O sorry master i want to ...
- Thu Nov 28, 2013 11:40 pm
- Forum: Runes of Magic
- Topic: Malatina's Servant (Yolius) Minigame
- Replies: 98
- Views: 48366
Re: Malatina's Servant (Yolius) Minigame
if i click any tale go to pumpkin and smash that mob. I didn't under stand that sentence.
It should have gone to an edge tile, waited for the passing pumpkin and clicked it. Did it do any explode t? Has it worked in the past? What language are you playing in?
I am playing us Server..Yeah found ...
It should have gone to an edge tile, waited for the passing pumpkin and clicked it. Did it do any explode t? Has it worked in the past? What language are you playing in?
I am playing us Server..Yeah found ...
- Thu Nov 28, 2013 1:12 pm
- Forum: Runes of Magic
- Topic: Malatina's Servant (Yolius) Minigame
- Replies: 98
- Views: 48366
Re: Malatina's Servant (Yolius) Minigame
i died again..Bot Fly up and wait didnt do anything.if i click any tale go to pumpkin and smash that mob.


- Tue Nov 26, 2013 3:53 pm
- Forum: Runes of Magic
- Topic: "There is an obstacle between you and your target"
- Replies: 8
- Views: 4471
Re: "There is an obstacle between you and your target"
Well if you aren't in combat it should immediately put the mob on the ignore list and continue. If you have already aggroed the mob then it will step backwards hopefully so the mob moves closer and you are able to attack it.
Are you saying if you aggro a mob but can't attack it, you want to ...
Are you saying if you aggro a mob but can't attack it, you want to ...