Search found 13 matches

by mangozjeb1
Sat Jun 25, 2016 1:36 pm
Forum: RoM general
Topic: Research Expert Script
Replies: 0
Views: 9659

Research Expert Script

Hi there, like in subject im looking for some1 who would be able to make a ingame script for this daili mission, i know that there is a waypoint for it but im playing on arcadia where some gms can findout rly fast who is using mm so i thought that script would be best option. So in short i just need...
by mangozjeb1
Thu Jul 16, 2015 3:13 pm
Forum: Runes of Magic
Topic: itemtypes.lua error
Replies: 7
Views: 2504

Re: itemtypes.lua error

Revision is unknown http://scr.hu/7712/2uudb , and in 69 line of itemtypes.lua is http://scr.hu/7712/zrno7
by mangozjeb1
Thu Jul 16, 2015 2:19 pm
Forum: Runes of Magic
Topic: itemtypes.lua error
Replies: 7
Views: 2504

Re: itemtypes.lua error

http://www.solarstrike.net/phpBB3/viewtopic.php?t=5998 from this thread cause i got some other problems before it and rom bot i downloaded from main site solarstrike.net
by mangozjeb1
Thu Jul 16, 2015 1:55 pm
Forum: Runes of Magic
Topic: itemtypes.lua error
Replies: 7
Views: 2504

Re: itemtypes.lua error

beta is the fragment of folder name micromacro.1.04.174.beta and im using those userfunctions http://scr.hu/7712/l2p44
by mangozjeb1
Thu Jul 16, 2015 12:49 pm
Forum: Runes of Magic
Topic: itemtypes.lua error
Replies: 7
Views: 2504

itemtypes.lua error

Hi , today i donwloaded micromacro and rom bot again cause i wanted to farm Destiny Minigame with it, but i got an error when trying to load rom bot http://scr.hu/7712/xj7zu if this will help somehow im playin on Arcadia server and there are custom items which dont exist in standard rom
by mangozjeb1
Mon Dec 22, 2014 11:57 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina Event Repeat Ticket
Replies: 19
Views: 4373

Re: Malatina Event Repeat Ticket

Correct BlubBlub. But also, it's not quite right. There is a difference between "waypoint" and "waypoints". :) idk what is the difference but now it work good only when i have not ebough phirus coins the script is starting to looping i mean start-crash-start-crash-start-crash an...
by mangozjeb1
Sun Dec 21, 2014 10:55 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina Event Repeat Ticket
Replies: 19
Views: 4373

Re: Malatina Event Repeat Ticket

ok now it works almost perfect, WP is looking like that <waypoint> <onload> if inventory:itemTotalCount("Malatina Event Repeat Ticket") > 0 then print("Using Malatina Event Repeat Ticket.") inventory:useItem("Malatina Event Repeat Ticket") yest(1000) loadPaths("cot...
by mangozjeb1
Sun Dec 21, 2014 8:10 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina Event Repeat Ticket
Replies: 19
Views: 4373

Re: Malatina Event Repeat Ticket

so you mean its not working because there is no waypoint to go. So mby it will work when we add option to check the status of the minigames e.g if we have done both it will use ticket , if not script will stop or smth
by mangozjeb1
Sat Dec 20, 2014 6:17 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina Event Repeat Ticket
Replies: 19
Views: 4373

Re: Malatina Event Repeat Ticket

BlubBlab wrote:I something is wrong maybe you forgot to save our changes first or so or you have the wrong file.
I saved it i am sure of that . And wat do you mean by wrong file ?
by mangozjeb1
Sat Dec 20, 2014 1:52 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina Event Repeat Ticket
Replies: 19
Views: 4373

Re: Malatina Event Repeat Ticket

i dont have something like nextfile.xml but i have survivalR5.xml so it should work If you have a ticket. If you do have a ticket and it still isn't using it and loading the file then try adding a print message to be sure. Example <onload> if inventory:itemTotalCount("Malatina Event Repeat Tic...
by mangozjeb1
Sat Dec 20, 2014 8:00 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina Event Repeat Ticket
Replies: 19
Views: 4373

Re: Malatina Event Repeat Ticket

In that case maybe one of the files you are trying to load doesn't exist. loadPaths does nothing if the file doesn't exist. That explains why you would get that error about no waypoints; it gets to the end of the waypoint file without loading the next one so it errors because it has nothing left to...
by mangozjeb1
Sat Dec 20, 2014 6:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina Event Repeat Ticket
Replies: 19
Views: 4373

Re: Malatina Event Repeat Ticket

Well the OPs code is pretty straight forward. It should load one file or the other but I don't see it loading either. I just noticed. The second loadpaths is spelt wrongs. Should be, loadPaths("nextfile") See if that helps. I'm surprised it didn't cause a "loadpaths is nil" erro...
by mangozjeb1
Fri Dec 19, 2014 2:14 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina Event Repeat Ticket
Replies: 19
Views: 4373

Malatina Event Repeat Ticket

Like in subject im looking for waypoint what will use Malatina Event Repeat Ticket. I was trying to use this. <onload> if inventory:itemTotalCount("Malatina Event Repeat Ticket") > 0 then inventory:useItem("Malatina Event Repeat Ticket") yest(1000) loadPaths("survivalr5"...