Search found 119 matches

by OneofMany
Fri Oct 28, 2011 8:35 am
Forum: Runes of Magic
Topic: 4.0.4.2456 new patch official update thread.
Replies: 103
Views: 27151

Re: 4.0.4.2456 new patch official update thread.

Yep, exactly that lol.
by OneofMany
Fri Oct 28, 2011 7:59 am
Forum: Runes of Magic
Topic: 4.0.4.2456 new patch official update thread.
Replies: 103
Views: 27151

Re: 4.0.4.2456 new patch official update thread.

my guess will be u dont have the latest versions of rombot or micromacro installed, or the ingamefunctions in ur addons folder is outdated. something like that.... Can u try deleting all files from micromacro/rombot/ingamefunctions in rom game folder. Backup ur waypoints and profiles dir offcourse :...
by OneofMany
Fri Oct 28, 2011 6:19 am
Forum: Runes of Magic
Topic: Create log file for waypoint
Replies: 26
Views: 7145

Re: Create log file for waypoint

Thnx to ur cot_tele waypoint with log ;-)
by OneofMany
Fri Oct 28, 2011 2:33 am
Forum: Runes of Magic
Topic: Create log file for waypoint
Replies: 26
Views: 7145

Re: Create log file for waypoint

and changed it to: local filename = getExecutionPath() .. "/logs/elfs.log"; local file, err = io.open(filename, "a+"); coins = inventory:itemTotalCount("Phirius Token Coin") if file then file:write("Karakter:\t".. player.Name .."\tDate:\t" .. os.date...
by OneofMany
Fri Oct 28, 2011 2:15 am
Forum: Runes of Magic
Topic: Create log file for waypoint
Replies: 26
Views: 7145

Re: Create log file for waypoint

And i answer my question myself,

yes it does :)

Sorry for opening this totally useless post :)

Maybe somebody can use the code tho...

OneofMany
by OneofMany
Fri Oct 28, 2011 2:09 am
Forum: Runes of Magic
Topic: Create log file for waypoint
Replies: 26
Views: 7145

Re: Create log file for waypoint

Would this work? local filename = getExecutionPath() .. "/logs/elfs.log"; local file, err = io.open(filename, "a+"); coins = inventory:itemTotalCount("Phirius Token Coin") if file then file:write(" Character name: " ..player.Name.. " \tDate: " .. os....
by OneofMany
Fri Oct 28, 2011 1:56 am
Forum: Runes of Magic
Topic: Create log file for waypoint
Replies: 26
Views: 7145

Create log file for waypoint

I want to make a log file for my elfdaily script. At the end of the daily i want to put in that log file: Charname: Level: Phirius Coins: and that for each character in same file, after dailys on a new line. How can i do this? preferably in a CSV format with ; as seperator. but if XML is only way, i...
by OneofMany
Fri Oct 28, 2011 1:13 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 36148

Re: Rock5's BuyFromItemShop userfunction

The code: if inventory:itemTotalCount("Phirius Token Coin") >= 1200 then BuyFromItemShop(436,"2ndpass",1) end local ATQ = RoMScript("CheckQuest(421457);"); if ATQ ~= 0 then charges = RoMScript("GetMagicBoxEnergy()") if charges == 1 then if inventory:itemTotalC...
by OneofMany
Fri Oct 28, 2011 1:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 36148

Re: Rock5's BuyFromItemShop userfunction

I have the code just before logging to next character at the elfdaily.+
first checks the tokens >= 1200, then buy puri

then checks if charges are == 1 if so buy 10 charges if puris are >= 300

It does the trick, but not the buying "Item shop backpack is full"
by OneofMany
Thu Oct 27, 2011 8:55 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 36148

Re: Rock5's BuyFromItemShop userfunction

Was allready thinking the same, as i can buy stuff manually. and the function did work initially. dont know when the function stopped working tho
by OneofMany
Thu Oct 27, 2011 8:00 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 36148

Re: Rock5's BuyFromItemShop userfunction

The error i get ingame, should have told that :-)
by OneofMany
Thu Oct 27, 2011 5:14 am
Forum: RoM general
Topic: Open mail/bankbox/auction house everywhere
Replies: 0
Views: 2120

Open mail/bankbox/auction house everywhere

Ok, So i got some macros for myself (i dont like xbarIII) that i put in my skillsbar Rental function /run TimeFlagFrame:Show() Open Bankbox function /run OpenBank() Open Mail /run OpenMail() Open Auction House /run OpenAuction() EDIT: found code for AH too. But on EU its not rentable yet... Maybe a ...
by OneofMany
Thu Oct 27, 2011 3:59 am
Forum: RoM general
Topic: possible to host your own private server?
Replies: 7
Views: 7438

Re: possible to host your own private server?

www.kryptodev.com had such installers. but for some reason they are gone :)

used to have a private fiesta server from them
by OneofMany
Thu Oct 27, 2011 3:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 36148

Re: Rock5's BuyFromItemShop userfunction

this is my code i use btw:

Code: Select all

if inventory:itemTotalCount("Phirius Token Coin") >= 1200 then 
BuyFromItemShop(436,"2ndpassword",1)
end
Still getting the error "item shop backpack full"

And there is nothing in there...
by OneofMany
Thu Oct 27, 2011 3:04 am
Forum: Runes of Magic
Topic: Warden Fix for Sw
Replies: 6
Views: 2375

Re: Warden Fix for Sw

yup, i removed all big light effects long ago. mages and priests i mostly dont see doing any spells. i only see them do their "move" but wont see the light surrounding it.

saves so much lag, they should implement it in the game.
by OneofMany
Thu Oct 27, 2011 2:43 am
Forum: Runes of Magic
Topic: Warden Fix for Sw
Replies: 6
Views: 2375

Re: Warden Fix for Sw

What does it do for a warden then? Because i hardly crash in SW... using model files a long time now btw, mostly for skipping alarms in hodl and going straight for last boss hos. Model files can be added by looking into the .fdb files with some kind of extractor. Then put empty .ros files in the mod...
by OneofMany
Thu Oct 27, 2011 2:38 am
Forum: Runes of Magic
Topic: to all botters
Replies: 26
Views: 5686

Re: to all botters

I had 3 of mine accounts banned, i created them in like 45 minutes during work hours. put them at the elf spot and logged out, created another etc.. Now, when i make an account, i make it after 21:00 and only 1 each day. nothing banned since then. Its all about the time and number of accounts. I don...
by OneofMany
Thu Oct 27, 2011 12:37 am
Forum: Runes of Magic
Topic: Finding memory addresses in RoM, a How to Guide.
Replies: 49
Views: 59756

Re: Finding memory addresses in RoM, a How to Guide.

i loved the music under the movies ;-) Further more its a good example, and straight to the point. movie 1 will let you find 90% of the addresses. and thats good :) Finding moneyptr is a very good one too, as it is really easy to find. this because you know youre own moneyvalue on the character. Kee...
by OneofMany
Wed Oct 26, 2011 7:53 am
Forum: Runes of Magic
Topic: Finding memory addresses in RoM, a How to Guide.
Replies: 49
Views: 59756

Re: Finding memory addresses in RoM, a How to Guide.

i did saw that yes, allready got that trick noted down :)
by OneofMany
Wed Oct 26, 2011 7:10 am
Forum: Runes of Magic
Topic: Finding memory addresses in RoM, a How to Guide.
Replies: 49
Views: 59756

Re: Finding memory addresses in RoM, a How to Guide.

Figured that out too :) also, i think having an old client AND a new client loaded in 2 seperate olly's is the fastest for me.

Some addresses i couldnt find tho. not in the old client (old address from old addresses.lua). But i think/hope that will be explained soon where to find those :)