Search found 493 matches

by kuripot
Tue Nov 12, 2013 5:07 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 243885

Re: Rock5's Mail Mods

why this not working to me function Clearmail() sendMacro("CloseWindows()") sendMacro("OpenMail()") RoMScript("UMMMailManager:MassTagMails('Empty')"); yrest(5000) RoMScript("UMMFrameTab1Tools:ButtonClick('Delete');"); yrest(10000) sendMacro("CloseWindows(...
by kuripot
Sun Nov 10, 2013 7:26 pm
Forum: Runes of Magic
Topic: tosh powerleveling
Replies: 1
Views: 1617

tosh powerleveling

guys.. i think you know the power leveling in tosh... anyone has waypoint for this??
by kuripot
Fri Nov 01, 2013 6:51 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Userfunction Lootomatic - Control lootomatic from rombot
Replies: 12
Views: 5027

Re: Userfunction Lootomatic - Control lootomatic from rombot

what i mean to say is if i dont need all ammunition.. and all runes grade I II III IV V VI etc....
by kuripot
Thu Oct 31, 2013 5:30 am
Forum: Runes of Magic
Topic: level up the weapon ability
Replies: 58
Views: 18812

Re: level up the weapon ability

how can i make it faster to cast. i use this while true do local tower = player:findNearestNameOrId(106770) if tower and 200 > distance(tower.X, tower.Z, player.X, player.Z) then player:target(tower.Address) player:cast("SCOUT_COMBO_SHOT"); player:cast("SCOUT_SNIPE"); player:cast...
by kuripot
Thu Oct 31, 2013 4:07 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Userfunction Lootomatic - Control lootomatic from rombot
Replies: 12
Views: 5027

Re: Userfunction Lootomatic - Control lootomatic from rombot

or there a option to scan and save all item that previously added and when do manually added all item in lootomatic and when the patch coming out.. or reinstall the addon.. all aded item will me reset and cleared.. so i need to start all over again
by kuripot
Thu Oct 31, 2013 3:57 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Userfunction Lootomatic - Control lootomatic from rombot
Replies: 12
Views: 5027

Re: Userfunction Lootomatic - Control lootomatic from rombot

i can use same category like this?? itemtypes = { [1] = { Name = "Armor", [1] = { Name = "Chain", [1] = { Name = "Upper Body", UniqueName = "Upper Body Chain" }, [2] = { Name = "Belts", UniqueName = "Belts Chain" }, [3] = { Name = "Low...
by kuripot
Wed Oct 30, 2013 11:01 pm
Forum: Runes of Magic
Topic: Updated database/skills.xml file
Replies: 125
Views: 28194

Re: Updated Knight skill list

I was going through the database/skills.xml file and kind of reorganizing it to put comment tags regarding the elite skills. I was adding tags like <!-- Mage/Priest --> and then listing those elite skills, followed by the next class combination. What I discovered is a TON of missing skills, most no...
by kuripot
Wed Oct 30, 2013 10:39 pm
Forum: Runes of Magic
Topic: level up the weapon ability
Replies: 58
Views: 18812

Re: level up the weapon ability

if anyone can modify it to make it better i highly appreciate it
by kuripot
Wed Oct 30, 2013 10:34 pm
Forum: Runes of Magic
Topic: level up the weapon ability
Replies: 58
Views: 18812

Re: level up the weapon ability

i created a simple waypoint for scout..bow xbow leveling
by kuripot
Wed Oct 30, 2013 11:17 am
Forum: Runes of Magic
Topic: level up the weapon ability
Replies: 58
Views: 18812

Re: level up the weapon ability

i use

Code: Select all

up_weapon_tower76.xml
waypoint. and use the skill shot.autoshot,comboshot. but my problem is after 1 skill my character loose the target and start tergetting again and use the skill.. it wasting time..
by kuripot
Wed Oct 30, 2013 10:36 am
Forum: Runes of Magic
Topic: level up the weapon ability
Replies: 58
Views: 18812

Re: level up the weapon ability

what category i can use for bow xbow not mainhand and not offhand local weapons = 2; local weapon1type = "BLADE"; -- main hand: AXE, AXE2H, BLADE, BLUDGEON, CLAYMORE, DAGGER, HAMMER, POLEARM, STAFF, WAND local weapon2type = "BLADE"; -- off-hand: AXE, AXE2H, BLADE, BLUDGEON, CLAYM...
by kuripot
Wed Oct 30, 2013 10:26 am
Forum: Runes of Magic
Topic: level up the weapon ability
Replies: 58
Views: 18812

Re: level up the weapon ability

i mean how how to spam SHOT. cos Attack() use Dagger not xbow
by kuripot
Wed Oct 30, 2013 3:13 am
Forum: Runes of Magic
Topic: level up the weapon ability
Replies: 58
Views: 18812

Re: level up the weapon ability

HOW ABOUT THE BOW AND CROSSBOW
by kuripot
Tue Oct 29, 2013 8:24 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 243885

Re: Rock5's Mail Mods

how to repeat the command... i wanted to buy 5 stone then repeat until reached 27 pcs <onLoad> function fusioncheck() if inventory:itemTotalCount(202999) >= 27 then __WPL:setWaypointIndex(__WPL:findWaypointTag("padala")); else __WPL:setWaypointIndex(__WPL:findWaypointTag("pabili"...
by kuripot
Sat Oct 26, 2013 11:22 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60718

Re: Rock5's Fusion Control Functions

@task: I do the same, i buy 27 stones, go to the mailbox get T4 items and do then exaclty one T7, doing this 3 times, then create T8 and send it to another char. Buy 27 Stones: local tobuy = 27 local npcname = RoMScript("TEXT('Sys111392_name')") -- Leskar Prole local stonename = RoMScript...
by kuripot
Sat Oct 26, 2013 8:01 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 243885

Re: Rock5's Mail Mods

Mailing delayed. Reloging before continuing. The game client did not crash. 8:54am - IGF:\ChangeChar(CHARACTER_SELECT.selectedIndex)\ [string "local a={Chan geChar(CHARACTER_SELECT.select..."]:1: attempt to call global 'ChangeChar' (a ni l value) AL lib: FreeContext: (00C1CF68) Deleting 1...
by kuripot
Sat Oct 26, 2013 5:47 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60718

Re: Rock5's Fusion Control Functions

how to chooce the cheapest fusion stone to buy??

edited.
nevermind... i see it has different IDs
by kuripot
Fri Aug 16, 2013 10:28 pm
Forum: Runes of Magic
Topic: Mysterious bags
Replies: 35
Views: 12582

Re: Mysterious bags

you can farm daily quest item at the same time and farming misterious bag just put in your profile <onLeaveCombat><![CDATA[ if player:findNearestNameOrId("Mysterious Bag") then local filename = getExecutionPath() .. "/logs/giftbag.log"; local file, err = io.open(filename, "a...
by kuripot
Fri Aug 16, 2013 10:20 pm
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 80578

Re: Party Bot (questions/answers)

i mean do not need the partyhealer.xml?... just use HEAL_FIGHT on and off??
by kuripot
Fri Aug 16, 2013 6:19 am
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 80578

Re: Party Bot (questions/answers)

how can i activate and deactivate party healer in specific time and place just like userfunction to call.. example when my healer use the waypoint to the boss then when my healer is in the boss i want to activate the party healer before kill the boss by the other char then i want o deactivate after ...