Search found 73 matches

by nokirk
Thu Sep 08, 2011 12:40 pm
Forum: Runes of Magic
Topic: patch 4.0.2.2436 on 7 sept 11, official forum topic
Replies: 52
Views: 14989

Re: patch 4.0.2.2436 on 7 sept 11, official forum topic

Code: Select all

craftingCountPtr = 0xA1E730
and/or

Code: Select all

 craftingCount_offset = 0x20
seems to be broken as well, because:
Crafting 1 Bisongrasb├╝ndel
-2147483648% [
tyvm guys
by nokirk
Mon Aug 29, 2011 8:15 pm
Forum: Runes of Magic
Topic: Yes/No Dialogue Box?
Replies: 11
Views: 3144

Re: Yes/No Dialogue Box?

I just found quite an interesting addon called LuaExplorer http://rom.curse.com/downloads/rom-addons/details/luaexplorer.aspx . Maybe you guys like it aswell. It seems quite useful, played around with it a little and found soem interesting things. However I'm searching for an addon or programm that ...
by nokirk
Sun Aug 28, 2011 2:43 pm
Forum: Runes of Magic
Topic: Yes/No Dialogue Box?
Replies: 11
Views: 3144

Re: Yes/No Dialogue Box?

in-game /script ClickRequestDialogButton(0) and in your script, it would be sendMacro("ClickRequestDialogButton(0)") A general wondering, how is it possible to find out those lua commands? It kinda can't be theromwiki.com cause most commands don't have any further explantion of usage or i...
by nokirk
Fri Aug 19, 2011 3:23 am
Forum: Runes of Magic
Topic: Patch 4.0.1.2433
Replies: 44
Views: 11101

Re: Patch 4.0.1.2433

for those that have cot crashing, when deleting or commenting out line 137

Code: Select all

flyoff()
it'll work again. Just have to manually get into and out of the instance
by nokirk
Wed Aug 17, 2011 11:25 am
Forum: Runes of Magic
Topic: Patch 4.0.1.2433
Replies: 44
Views: 11101

Re: Patch 4.0.1.2433

That's how it behaved for me when I was testing a version of the new memorytables.lua file. The one that was committed worked fine. Is it possible you tried one of those earlier versions and just have a conflicting file? If so, right click the memorytables.lua file and select "TortoiseSVN/Reve...
by nokirk
Wed Aug 17, 2011 10:25 am
Forum: Runes of Magic
Topic: Patch 4.0.1.2433
Replies: 44
Views: 11101

Re: Patch 4.0.1.2433

What's that gamecom package you were talking about? I think I read somehting about a code for an ingame-package you can get when visiting that trade fair but I can't find the topic any more, sorry. But as people from the U.S. seem to have problems with the patch as well it was probably a wrong gues...
by nokirk
Wed Aug 17, 2011 5:30 am
Forum: Runes of Magic
Topic: call fairy (eliteskill)
Replies: 2
Views: 1351

Re: call fairy (eliteskill)

usually it should work with keyboardHold(key.VK_STRG); yrest(50); keyboardPress(key.VK_6); yrest(50); keyboardRelease(key.VK_STRG); e.g. but afaik using ANY modifier doesn't work cause rom sucks, you can read posts from Administrator regarding that topic and I don't think there has been found a solu...
by nokirk
Wed Aug 17, 2011 4:46 am
Forum: Runes of Magic
Topic: Patch 4.0.1.2433
Replies: 44
Views: 11101

Re: Patch 4.0.1.2433

Can someone upload rom folder rev 637 or 630? :) With TortoiseSVN just do a right-click on rom-folder, choose "TortoiseSVN", then "Update to revision.." and then you can enter whichever revision you'd like to use. Still there seems to be a problem with memory addresses, client c...
by nokirk
Tue Aug 16, 2011 12:43 pm
Forum: Runes of Magic
Topic: Patch 4.0.1.2433
Replies: 44
Views: 11101

Re: Patch 4.0.1.2433

Id 105176 not found Failed to get Address for NPC Id 105176Id 101756 not found Failed to get Address for NPC Id 101756Id 101756 not found Failed to get Address for NPC Id 101756Id 105381 not found Failed to get Address for NPC Id 105381Id 105153 not found Failed to get Address for NPC Id 105153Id 2...
by nokirk
Tue Aug 16, 2011 7:04 am
Forum: Runes of Magic
Topic: Patch 4.0.1.2433
Replies: 44
Views: 11101

Patch 4.0.1.2433

Seems like they messed up the ID's with the current patch.. Id 490146 not found Id 490326 not found Id 490332 not found Id 490344 not found Id 490493 not found Id 491133 not found Id 491136 not found Id 491142 not found Id 491139 not found Id 490089 not found Id 490129 not found Id 490130 not found ...
by nokirk
Sun Aug 07, 2011 4:49 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238418

Re: Rock5's Mail Mods

working perfectly now =) Thanks a lot !
by nokirk
Sun Aug 07, 2011 4:26 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238418

Re: Rock5's Mail Mods

output was
nam equals
table: 0245ECA0
1: 202917
2: 202916
3: 203033
4: 203450
5: 206697
6: 206695
7: 206696
...ts/rom/userfunctions/addon_Rock5s_Mail_Functions.lua:217: bad argument #1 to
'lower' (string expected, got table)
by nokirk
Sun Aug 07, 2011 3:55 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238418

Re: Rock5's Mail Mods

Does your waypoint file open the mailbox, do stuff, change character then try to open the mailbox again? no, no character changing envolved the whole script looks like this, it's for collecting guild runes: <?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL"...
by nokirk
Sun Aug 07, 2011 2:31 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238418

Re: Rock5's Mail Mods

I guess we could redo the first test but this time properly. Maybe it will shed some light on the matter. This time insert these lines. if type(nam) == "table" then print("nam equals") table.print(nam) elseif typee(slotitem.Name) == "table" then print("slotitem.Na...
by nokirk
Fri Jul 29, 2011 6:22 pm
Forum: Runes of Magic
Topic: Official new patch topic 4.0.1
Replies: 185
Views: 44795

Re: Official new patch topic 4.0.1

Not actually 4.0.1 related but a small suggestion to improve skills.lua: For rogues it doesn't make much sense to cast 'Low Blow' unless the target has the debuff from 'Shadowstab' and it doesn't make sense to cast 'Wound Attack' unless it has both debuffs. So, for 'Low Blow' that would be <skill na...
by nokirk
Thu Jul 28, 2011 1:38 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's craftItem function
Replies: 34
Views: 13050

Re: Rock5's craftItem function

I'd like to contribute my waypoint file, I really like this craftitem feature. I bought the 3 main crafting apparatus and put them in the house of an alt, so, in order to use that waypoint you should do the same or copy whatever you like. Note: first four craftitem specifications are for german clie...
by nokirk
Thu Jul 28, 2011 1:15 pm
Forum: Runes of Magic
Topic: Official new patch topic 4.0.1
Replies: 185
Views: 44795

Re: Official new patch topic 4.0.1

Another bug in revision 631, when in my house, bot tries to attack housemaid, seems she's not recognized as friendly.

Cheers.
by nokirk
Wed Jul 27, 2011 1:21 pm
Forum: Runes of Magic
Topic: Official new patch topic 4.0.1
Replies: 185
Views: 44795

Re: Official new patch topic 4.0.1

has anybody already found the new addresses of craftingCountPtr and craftingCount_offset ? They are used in craftitem userfunction and don't work atm. And there seems to be something wrong with revision 628 -------------------------------------------------------------------------------- scripts\rom/...
by nokirk
Mon Jul 25, 2011 8:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: course of terror WP
Replies: 449
Views: 113796

Re: course of terror WP

I also had those "Client Data Errors" which didn't bother me much until it startet crashing my client, so I changed Rock's WP-File slightly, a height of 75 worked better for me. teleport(nil,nil,75) -- go up to height if 80 yrest(2000); teleport(seal.X, seal.Z, 75) -- teleport to above sea...
by nokirk
Sun Jul 24, 2011 6:12 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: course of terror WP
Replies: 449
Views: 113796

Re: course of terror WP

Alright this is probably a dumb question but i'm new to the botting thing... :| but with the swimhack.lua file where do you place that i'd assume since it says addon you'd put it in your C:Programfiles/Runesofmagic/interface/addons folder but i'm not positive where that goes so a little help would ...