Search found 961 matches

by BlubBlab
Fri Aug 23, 2013 5:05 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: course of terror WP
Replies: 449
Views: 114234

Re: course of terror WP

I am having problem with clicking on keys also. But it does not seem to be because of distance from key because when I manually move closer to key it sill will not harvest key when clicking. Very strange. This happens approximately 20% of time with chars and game timer ends up running out with fail...
by BlubBlab
Fri Aug 23, 2013 12:58 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 44235

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

O.o Seems I had the same problem I did inv twice to solve it but the real solution should be this: yrest(1000) SlashCommand("ILG destroy"); repeat yrest(1000) SlashCommand("ILG inv"); until RoMScript("GetNumPartyMembers()") ~= 0 If the other party member can't be invite...
by BlubBlab
Fri Aug 23, 2013 11:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mini game - goblin's mine in Aslan. Solo bot WP
Replies: 53
Views: 24867

Re: Mini game - goblin's mine in Aslan. Solo bot WP

This monkey do the job: <onSkillCast><![CDATA[ repeat zoneid = RoMScript("GetZoneID()"); until zoneid if( zoneid == 352)then --- timedelay reduce the time to wait for MAGE_DISCHARGE local timedelay = 8 -- reasonable value 1 to 15, suggest less good equiped characters 5 to 8 , good equiped ...
by BlubBlab
Fri Aug 23, 2013 1:50 am
Forum: Runes of Magic
Topic: How to change dynamic IP fixed with a program
Replies: 5
Views: 1812

Re: How to change dynamic IP fixed with a program

If you IP is fixed from your ISP you can not change it, you can only hide yourself behind proxys if that the case.
by BlubBlab
Thu Aug 22, 2013 5:43 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mini game - goblin's mine in Aslan. Solo bot WP
Replies: 53
Views: 24867

Re: Mini game - goblin's mine in Aslan. Solo bot WP

True GM seems of the grid at the moment for solo boting with characters if you haven't a well equipped char. I tried some script with my main for some days I stopped him because otherwise it would have been suicide. (Oh I hope the gram is right) But I would been interesting in a new Goblin script. I...
by BlubBlab
Thu Aug 22, 2013 4:53 pm
Forum: Runes of Magic
Topic: How to change dynamic IP fixed with a program
Replies: 5
Views: 1812

Re: How to change dynamic IP fixed with a program

First red isn't my color. :D 2. Boting watchdog is dump, bot ks or mini games 3. use Userfunction GM Detect 4. If you haven't a IP reset every time you dial in like germans(not TV cable), you need a VPN service and a proxy to cover you, but IP is only the half true you have also a MAC address from y...
by BlubBlab
Mon Aug 19, 2013 5:01 pm
Forum: Runes of Magic
Topic: mage/warden question
Replies: 1
Views: 1143

Re: mage/warden question

Any macro system that exist with the exception of rom's internal macro system. e.g MM here , Autohotkey, Keybordmacros ...... In MM it would be like this(from demo): function main() while(true) do ---key under which is your spell keyboardPress( key.VK_1 ); -- if they press space bar, break out of th...
by BlubBlab
Mon Aug 19, 2013 2:44 pm
Forum: MicroMacro general & support
Topic: SolarStrike @MicroMacro - Neverwinter?
Replies: 6
Views: 3714

Re: SolarStrike @MicroMacro - Neverwinter?

I'm must say I share the opinion of the admin. To answer: 1. What grinding? Gold, Runes ? you must do that only 20 minutes each day max, in compare to other games like Runes of Magic this is really short. 2. The chest are not random they close for a specific time after you loot them, their is also a...
by BlubBlab
Sun Aug 18, 2013 10:42 am
Forum: Runes of Magic
Topic: Problem with fast Login revisited
Replies: 1
Views: 878

Re: Problem with fast Login revisited

Found the problem :oops: Didn't read it to well, so I wanted something else. My Solution: function ChangeCharRestartNext(client) if(client == nil) then client = "Client" end if #charList == 0 then error("LoginNextChar(); No character list defined. Use \"SetCharList(_table)\"...
by BlubBlab
Sat Aug 17, 2013 1:53 pm
Forum: Runes of Magic
Topic: Problem with fast Login revisited
Replies: 1
Views: 878

Problem with fast Login revisited

Too make it short, when I do this: SetCharList({ {account=1, chars= {2,5}}, {account=2, chars= {3}}, {account=3, chars= {1}}, }) if IsLastChar() ~= true then ChangeCharRestart(); loadProfile() loadPaths("VonVaranasTQ") else error("Ending script",2); end I got this: The game clien...
by BlubBlab
Mon Aug 12, 2013 4:21 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 44235

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

The problem with my char doesn't do anything after okander jumped is the bot doesn't find the mop. I couldn't find out why my best guess is the addresses change after the jump to something that is unknown to the bot or the ID change. because: while(true) do okander = player:findNearestNameOrId(10385...
by BlubBlab
Thu Aug 08, 2013 5:40 am
Forum: MicroMacro general & support
Topic: Suggestion and a Question
Replies: 6
Views: 2864

Re: Suggestion and a Question

I will try even I have the feel x86 Code loading with an x64 program will be a bad idea, I will see perhaps It is wrapped or I can do something about it with the compiler.
by BlubBlab
Wed Aug 07, 2013 12:56 pm
Forum: MicroMacro general & support
Topic: Suggestion and a Question
Replies: 6
Views: 2864

Re: Suggestion and a Question

I did make a little progress since last time(libnet and expat compiled) but I have strange dependency problems with the Luaexpat library "undefined reference" a lot(Lua and Luaexpert functions) I did include basically everything, first i tried VC Studio then MinGW both the same problem. An...
by BlubBlab
Sun Aug 04, 2013 9:39 pm
Forum: MicroMacro general & support
Topic: Suggestion and a Question
Replies: 6
Views: 2864

Re: Suggestion and a Question

Sry I only do that because I did get a littel bit bored^^ I hope you don't mind if I look in it deeper. Lua exists for 64-bit(x64) that I can tell http://sourceforge.net/projects/luabinaries/files/5.2.1/Windows%20Libraries/Dynamic/ "necessaries" aren't really their for 64-bit now, perhaps ...
by BlubBlab
Sun Aug 04, 2013 10:00 am
Forum: MicroMacro general & support
Topic: Suggestion and a Question
Replies: 6
Views: 2864

Suggestion and a Question

I looked into possible of 64-bit MicroMacro because of dependences. I did find out that at least theoretically I can solve it with the exception of the sound library OpenALU. It's development ended 2009 by creative labs, but I found another http://www.libsdl.org/index.php changing the 4 files should...
by BlubBlab
Sun Jul 21, 2013 8:17 am
Forum: RoM general
Topic: Private server
Replies: 5
Views: 2132

Re: Private server

Sounds all a little bit confused better question would be have somebody the rom-server software or is their a private server? I know Russian server and that someone developing their own server(http://rom-research.blogspot.de/), maybe someone got his hands on the original server and sharing it in the...
by BlubBlab
Thu Jul 11, 2013 10:31 am
Forum: RoM general
Topic: item or runes dupping
Replies: 11
Views: 8994

Re: item or runes dupping

Or they used client DB manipulation and the system has no sanity check at all.(I did figure it out but didn't tested it)
Either ways its a huge hole in the system if that possible. I read that the GF and Runewalker tried to stop them with a patch but it looks like they failed.
by BlubBlab
Thu Jul 04, 2013 6:35 pm
Forum: Runes of Magic
Topic: How are people hacking?
Replies: 1
Views: 1319

Re: How are people hacking?

Discussion is here :http://www.solarstrike.net/phpBB3/viewt ... =33&t=4958
and sry no real clue.
by BlubBlab
Wed Jul 03, 2013 9:57 pm
Forum: RoM general
Topic: item or runes dupping
Replies: 11
Views: 8994

Re: item or runes dupping

First sry alterego I doesn't play ROM anymore so I didn't answered to you PM's I know too like most of the board readers that this hack is going on and it's much more than a dupe. The whole Item is manipulated in the process. I was curious so I searched and didn't find anything and wondering about i...