Search found 493 matches

by kuripot
Tue Jan 07, 2014 3:49 am
Forum: Runes of Magic
Topic: Counting shells in client 6.0.0+
Replies: 27
Views: 7551

Re: Counting shells in client 6.0.0+

hello, I am making a script to make mine and points of honor and I want where they are already full to move to another waypoint and count them. as I do that? <!-- # 1 --><waypoint x="xxxx" z="xxxx" y="xx" tag="start" type="TRAVEL"> check your other ...
by kuripot
Tue Jan 07, 2014 3:47 am
Forum: Runes of Magic
Topic: Question about portable mailbox
Replies: 11
Views: 3607

Re: Question about portable mailbox

yes, i would like it to be checked every time so when the backpack is full it needs to be sending out the specific items and than continue what it was doing in your onload waypoint function bagcheck() if inventory:itemTotalCount(0) == 0 then sendMacro("OpenMail()"); yrest(1000); UMM_SendA...
by kuripot
Tue Jan 07, 2014 3:37 am
Forum: Runes of Magic
Topic: Currency List
Replies: 2
Views: 1295

Re: Currency List

what currency you want to check?? for honor points if RoMScript('GetPlayerHonorPoint()') == 25000 then loadPaths("yourwaypoint"); end if RoMScript('GetPlayerHonorPoint()') == 25000 then __WPL:setWaypointIndex(__WPL:findWaypointTag("yourtag")); end if you try to farm in drill grou...
by kuripot
Mon Jan 06, 2014 8:10 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60249

Re: Rock5's Fusion Control Functions

i got this error userfunction v.041 Loaded waypoint path zzobsfs.xml No return path with default naming zzobsfs_return.xml found. We use the normal waypoint path zzobsfs.xml now. Moving to waypoint #1, (-23029, 4584) Use MACRO: Executing RoMScript "CloseWindows()". Use MACRO: Executing RoM...
by kuripot
Sat Jan 04, 2014 4:32 pm
Forum: Runes of Magic
Topic: put to bank
Replies: 3
Views: 1606

Re: put to bank

-- Find the item in bags local item = inventory:findItem("item name","bags") -- Change "item name" to the item name or id. -- Move to bank (bank should already be open) if item then item:moveTo("bank") end -- Find the item in bank (bank should already be open...
by kuripot
Sat Jan 04, 2014 4:24 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60249

Re: Rock5's Fusion Control Functions

ok will try after two days or three or more coz nexon was down for server backup
by kuripot
Sat Jan 04, 2014 7:32 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238863

Re: Rock5's Mail Mods

im talking about userfunction.. you modify in first post beacuse of stuck when bag is full... but now the problem is closing the mail even not yet done in taking mail ... im using your addon and userfunction
by kuripot
Sat Jan 04, 2014 6:44 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60249

Re: Rock5's Fusion Control Functions

What is that? Part of the old userfunction? Have you tried the newer version 0.4 version? yes i tried your latest userfunction and the new addon you link but i got this error when its time to fusing Loaded waypoint path zzobsfs.xml No return path with default naming zzobsfs_return.xml found. We use...
by kuripot
Sat Jan 04, 2014 6:40 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238863

Re: Rock5's Mail Mods

i encountered problem earlier that i forgot to mention.. it not about the "You still cannot do this!" error it about taking mail while bag is full.. before i got stuck when taking mail while bag is full but not now... but my character are not yet done in taking mail and the mail will close...
by kuripot
Sat Jan 04, 2014 6:20 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60249

Re: Rock5's Fusion Control Functions

this is the function i use in onload of my waypoint... that perfectly working in old fusion addon which maximum tier is tier9.. but not in new one which maximum tier is tier20 function fusionobs() sendMacro("CloseWindows()") local have = inventory:itemTotalCount(202999) if 54 > have then s...
by kuripot
Sat Jan 04, 2014 5:13 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238863

Re: Rock5's Mail Mods

anyone encountered same error of mine? "You still cannot do this!".... when you using NPC mailbox?? coz im using rental mailbox using diamond...

ok.. i will try it
by kuripot
Sat Jan 04, 2014 2:51 am
Forum: Runes of Magic
Topic: Question about portable mailbox
Replies: 11
Views: 3607

Re: Question about portable mailbox

not sure but you can try

Code: Select all

	function bagcheck()
		if inventory:itemTotalCount(0) == 0 then
      		 	sendMacro("OpenMail()");
			yrest(1000);
			UMM_SendByNameOrId("Recievername",{ItemID},180)
			yrest(1000)
			sendMacro("CloseWindows()")
		end
	end
by kuripot
Sat Jan 04, 2014 2:42 am
Forum: RoM general
Topic: Portable bank function?
Replies: 3
Views: 1998

Re: Portable bank function?

The portable bank should be the same as the bank you access at an npc, right? So all you would have to do is open the portable bank and then use the usual commands. How do you usually open the portable bank? how?? i cannot understand this how can make a function to call bank and put the item for i ...
by kuripot
Sat Jan 04, 2014 2:39 am
Forum: Runes of Magic
Topic: put to bank
Replies: 3
Views: 1606

put to bank

guys please help me to find the right thread.. i try forum search and read all related to my search but i found nothing in what i need...
i just want to put the item from my bag to portable bank and i will get back the item later
by kuripot
Sat Jan 04, 2014 1:30 am
Forum: Runes of Magic
Topic: Ks Script for mage/warden
Replies: 1
Views: 1134

Re: Ks Script for mage/warden

KS just use thunderstorm purgatory.. so no other special code to make it in mage/warden
by kuripot
Fri Jan 03, 2014 6:50 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60249

Re: Rock5's Fusion Control Functions

Apparently, the maintainer of Fusion was planning a big update that included more buttons and he just committed it. It supports up to tier 20 including a few other new options. http://www.curse.com/addons/rom/fusion not working for new addon -- Setup config options -- Fusion_Config("Use Item W...
by kuripot
Fri Jan 03, 2014 6:41 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238863

Re: Rock5's Mail Mods

this function is for sending mailing failed only local function tryRelog() printf("\n") -- Find mailbox local mailtype, mailbox = findMailbox() -- If mailbox not found if not mailtype or (use1UseMailbox ~= true and mailtype == "1 use convenient mailbox") then cprintf(cli.yellow,&...
by kuripot
Fri Jan 03, 2014 6:04 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238863

Re: Rock5's Mail Mods

it not just only ordinary failed sending mail.. it has erro appear in client that says "You still cannot do this!" even after relog.. only solution is completely close the client and manually reopen again
by kuripot
Fri Jan 03, 2014 5:22 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238863

Re: Rock5's Mail Mods

when my character failed to send he relog but when try to resend again this error appear ingame.. so my character keep relogging my char keep reloging.. but problem is till exist.. i dont know if will be ok if i changechar.. i dont know how to do that.. when failed to send mail bot will change char...
by kuripot
Fri Jan 03, 2014 7:04 am
Forum: Runes of Magic
Topic: Can bot set LootMethod?
Replies: 3
Views: 1523

Re: Can bot set LootMethod?

Groupinvite can set the lootmethod.. you can use it...