Search found 493 matches

by kuripot
Thu Aug 15, 2013 6:21 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Grafu Farm first boss better for R/S !
Replies: 27
Views: 10625

Re: Grafu Farm first boss better for R/S !

i can make 90 sec 1run in GC so its adviceable to make a party to reset.. rather than waiting for 5 minutes
by kuripot
Thu Aug 15, 2013 6:16 am
Forum: Runes of Magic
Topic: Elite Skill Mage/Scout Level 70
Replies: 9
Views: 3649

Re: Elite Skill Mage/Scout Level 70

but player:cast("MAGE_EARTH_CORE_BARRIER"); that can make flame to instant.are not using all the time. coz it has cd of 2 mins.. i think i need to put command in pre-skill?? that need to check the cd of player:cast("MAGE_EARTH_CORE_BARRIER"); before using changeProfileSkill("...
by kuripot
Tue Aug 13, 2013 11:48 pm
Forum: Runes of Magic
Topic: Elite Skill Mage/Scout Level 70
Replies: 9
Views: 3649

Re: Elite Skill Mage/Scout Level 70

i have a question about elite skill 70 of mage/warden which make all spell transform to instant i use this if player:findNearestNameOrId(105617) then local Cayus = player:findNearestNameOrId(105617) player:cast("MAGE_EARTH_MARKING") player:cast("MAGE_INTENSIFICATION") player:cast...
by kuripot
Tue Aug 13, 2013 11:42 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Grafu Farm first boss better for R/S !
Replies: 27
Views: 10625

Re: Grafu Farm first boss better for R/S !

why don't use this changeProfileOption("HARVEST_DISTANCE", 200); yrest(100); if inventory:itemTotalCount(0) == 0 then -- make sure to get pet xtras player:merchant("Merchant"); yrest(2000); end player:merchant("Merchant"); yrest(100); instead of addon sell mode?? then p...
by kuripot
Sun Aug 04, 2013 4:50 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 255410

Re: Rock5's Mail Mods

did i missed or i overlook but i cant find how to use portable mailbox in sending

Code: Select all

/run ToggleTimeFlagPopupMenu()
by kuripot
Fri Jul 26, 2013 8:27 pm
Forum: Runes of Magic
Topic: counting token to do minis
Replies: 8
Views: 1855

Re: counting token to do minis

rock i got invalid token line:49 column:14 pos:1984 <?xml version="1.0" encoding="utf-8"?><waypoints> <onLoad> startGMDetect() changeProfileOption("LOOT_ALL","false") --== User Option ==-- Deliver = 0 -- Change if you want to enable/disable deliver quests 0=di...
by kuripot
Thu Jul 25, 2013 6:42 pm
Forum: Runes of Magic
Topic: counting token to do minis
Replies: 8
Views: 1855

Re: counting token to do minis

what is this mean?? equal and more than 60??

Code: Select all

<=
and what the purpose of this??

Code: Select all

logentry = "Enough Phirius Token Coins."
by kuripot
Thu Jul 25, 2013 11:55 am
Forum: Runes of Magic
Topic: Following Character in Goblin Mines
Replies: 34
Views: 7856

Re: Following Character in Goblin Mines

and

Code: Select all

sendPartyChat('com"nofollow"')
to not follow or to follow the leader... i forgot what userfunction for this.. partymonitoring??? not sure also
by kuripot
Thu Jul 25, 2013 11:53 am
Forum: Runes of Magic
Topic: Following Character in Goblin Mines
Replies: 34
Views: 7856

Re: Following Character in Goblin Mines

maybe you need to put in onload of member profile?? but not sure if player:target_NPC(112651) then sendMacro("ChoiceOption(1);"); yrest(5000); RoMScript("StaticPopup_OnClick(StaticPopup1, 1);") waitForLoadingScreen(); __WPL:setWaypointIndex(2) -- or whatever point you want it to ...
by kuripot
Thu Jul 25, 2013 11:51 am
Forum: Runes of Magic
Topic: Following Character in Goblin Mines
Replies: 34
Views: 7856

Re: Following Character in Goblin Mines

i think it can help function waitForParty() repeat local we_ready = true player:update() for i = 1, #DOD_PARTY_MEMBERS do local _partymember = player:findNearestNameOrId(DOD_PARTY_MEMBERS[i]) if not _partymember or (_partymember and distance(player.X,player.Z,player.Y,_partymember.X,_partymember.Z,_...
by kuripot
Thu Jul 25, 2013 11:40 am
Forum: Runes of Magic
Topic: counting token to do minis
Replies: 8
Views: 1855

counting token to do minis

how i can use this as single onload... i want to check Phirius Token Coins either to do daily quest or do minigame... as lvl 50 i can do only cot and at so need 60 Phirius Token Coins.. i want my character check Phirius Token Coins and if 60 pcs inventory will load loadPaths("jumptocot") o...
by kuripot
Wed Jul 24, 2013 11:39 am
Forum: Runes of Magic
Topic: Disappering mobs
Replies: 19
Views: 4923

Re: Disappering mobs

i encountered in survival game... the mobs already died but my char continue attacking them because the corpse showing has full hp.. i activated show health bars thats why i see its show the coprse has hp even it is died
by kuripot
Wed Jul 17, 2013 5:02 pm
Forum: RoM general
Topic: Private server
Replies: 5
Views: 2149

Re: Private server

yes its possible.... some player in my server create their own server and create tehir own item stats etc... but unfortunately all their character get hacked
by kuripot
Wed Jul 17, 2013 4:56 pm
Forum: Runes of Magic
Topic: Certain Loot Pickup
Replies: 2
Views: 1003

Re: Certain Loot Pickup

function CleanBag() for i, item in pairs(inventory.BagSlot) do if item.SlotNumber >= settings.profile.options.INV_AUTOSELL_FROMSLOT + 60 and settings.profile.options.INV_AUTOSELL_TOSLOT + 60 >= item.SlotNumber then if ( item:isType("Weapons") or item:isType("Armor") ) and 1 > it...
by kuripot
Mon Jul 15, 2013 3:24 pm
Forum: Runes of Magic
Topic: Farming/Earning Gold
Replies: 11
Views: 3256

Re: Farming/Earning Gold

im using mage/scout with 2xLootX w/+12 wing.\Im using Thunderstorm and Purgatory in multitarget and Fireball in solo mob
by kuripot
Sat Jul 13, 2013 7:46 am
Forum: Runes of Magic
Topic: Need Help with make bot on Syrbal Pass
Replies: 2
Views: 1330

Re: Need Help with make bot on Syrbal Pass

i use this <onLeaveCombat><![CDATA[ catchCavy(cavy) if player:findNearestNameOrId("Mysterious Bag") then local filename = getExecutionPath() .. "/logs/giftbag.log"; local file, err = io.open(filename, "a+"); if file then file:write("Date: "..os.date().." ...
by kuripot
Sat Jul 13, 2013 7:43 am
Forum: Runes of Magic
Topic: Dog Tags Kaa mobs script?
Replies: 2
Views: 1165

Re: Dog Tags Kaa mobs script?

it is easy to make a script... this is only ordinary script that dont need any special command
by kuripot
Sat May 18, 2013 11:02 pm
Forum: Runes of Magic
Topic: death / suicid macro
Replies: 12
Views: 5869

Re: death / suicid macro

i use this in butterfly dq function quest() local queststate = getQuestStatus("Catch Butterflies") if queststate == "complete" then SlashCommand("run ReturnPet(1)"); yrest(500) RoMScript("SetCameraPosition (0,0,1000000)"); repeat yrest(800) player:update() unt...
by kuripot
Sat May 11, 2013 1:20 am
Forum: Runes of Magic
Topic: Need a selective loot function
Replies: 5
Views: 1914

Re: Need a selective loot function

you need loot_all set in true/// it mean it will loot all dead body