Search found 14 matches

by joamil1
05 Mar 2010, 01:23
Forum: Fixed bugs
Topic: bRO: Gameguard issue after 04/03/2010
Replies: 1
Views: 3393

bRO: Gameguard issue after 04/03/2010

Hello, Just reporting an new issue regarding bRO server. An update for Gameguard was released (with an archive called ggscan) and now running any openkore executables (start.exe, wxstart.exe ) while poseidon is open results in error, in any windows SO, btw, the same error presented on windows 7 - if...
by joamil1
04 Feb 2010, 22:56
Forum: iRO
Topic: teleportAuto_useSkill: diferent flag
Replies: 2
Views: 3683

Re: teleportAuto_useSkill: diferent flag

Solved. It was needed to add a line on items.txt with the name of the new item and its ID: 12323#Novice Fly Wing# Kore now uses it too. my $item; if ($use_lvl == 1) { $item = $char->inventory->getByName("Fly Wing"); $item = $char->inventory->getByName("Novice Fly Wing"); } elsif ($use_lvl == 2) { $i...
by joamil1
04 Feb 2010, 21:14
Forum: iRO
Topic: teleportAuto_useSkill: diferent flag
Replies: 2
Views: 3683

teleportAuto_useSkill: diferent flag

Hello there, Im posting here since bRO support is kinda out =/ . If mods move the topic, no problems at all. One user submited to me an interesting question, maybe you guys could solve this one. In our official server, there's no fly wings or butterfly wings avaliable on NPC merchants. They're only ...
by joamil1
25 Jan 2010, 17:50
Forum: Developers Corner
Topic: [POSSIBLE SOLUTION] Poseidon x WIN7
Replies: 8
Views: 7698

Re: [POSSIBLE SOLUTION] Poseidon x WIN7

Is there a "Win7 Poseidon Project" somewhere?

I believe that we should start updating kore core files, like those .dlls, as the server shields creators does do to their files, to make botting detection harder. At least for the official ones with gameguard.
by joamil1
25 Jan 2010, 00:05
Forum: Developers Corner
Topic: [POSSIBLE SOLUTION] Poseidon x WIN7
Replies: 8
Views: 7698

Re: [POSSIBLE SOLUTION] Poseidon x WIN7

kali, The main reason why I decided to bring this from our forum was that. This workaround is far from being fully operational, but it gives us at least a few minutes of working poseidon (sufficient for starting 10 or more bots) and with some luck and not touching anything on the PC, a few hours. Wi...
by joamil1
24 Jan 2010, 23:02
Forum: Developers Corner
Topic: [POSSIBLE SOLUTION] Poseidon x WIN7
Replies: 8
Views: 7698

Re: [POSSIBLE SOLUTION] Poseidon x WIN7

I understand midnytblue, Poseidon client under XP/Vista wasn't giving that error msg upon opening openkore, as far I know. The biggest issue was under win7: poseidon gets closed as soon as you opened an openkore, due to detection of XSTools.dll or other crappy messages. Since win7 is way better than...
by joamil1
24 Jan 2010, 21:46
Forum: Developers Corner
Topic: [POSSIBLE SOLUTION] Poseidon x WIN7
Replies: 8
Views: 7698

Re: [POSSIBLE SOLUTION] Poseidon x WIN7

midntyblue, Hi there. The reported method isnt 100%. Sometimes gameguard shows that message after 10min, but in some tests it was running up to 2hours (openkore running fine, bots taking DCs and getting back normally). Users under XP or Vista were still able to use with no error message ([] or 150) ...
by joamil1
24 Jan 2010, 21:19
Forum: Developers Corner
Topic: [POSSIBLE SOLUTION] Poseidon x WIN7
Replies: 8
Views: 7698

[POSSIBLE SOLUTION] Poseidon x WIN7

Hello everyone, This is probably not the correct section, but I would like to pass out to the dev team that a simple solution to the conflict between poseidon and win7 was found. It was tested under 32bit and 64bit OS, home premium and ultimate, with 2.0.7 openkore version, and worked fine. Credits ...
by joamil1
09 Jan 2010, 01:32
Forum: iRO
Topic: attackSkill slot = 2 diferent skill lvls for same monster
Replies: 3
Views: 3390

Re: attackSkill slot = 2 diferent skill lvls for same monster

Is this target_deltaHp working for you? I remember it had problems in older kore version, but what now? I'm using 2.0.7

From what I understood from the manual, the corret code should be target_deltaHp < -6000

Could someone post test results too?
by joamil1
08 Jan 2010, 15:46
Forum: iRO
Topic: attackSkill slot = 2 diferent skill lvls for same monster
Replies: 3
Views: 3390

Re: attackSkill slot = 2 diferent skill lvls for same monster

Still accepting ideas or sollution. Im trying to solve it through a macro. automacro SureKill { console ? exclusive 1 priority 0 run-once 1 call { log $.lastMsg $damage = $.lastMatch11 log $damage $target = $.lastMatch7 log $target #14 MG_COLDBOLT Cold Bolt #do sm $target Y if ($damage < 11077) goto...