Search found 52 matches

by genuineopenkore
05 Jun 2013, 18:15
Forum: Discussion
Topic: The Kafra employee in geffen
Replies: 5
Views: 5657

Re: The Kafra employee in geffen

storageAuto 1
by genuineopenkore
05 Jun 2013, 17:56
Forum: Discussion
Topic: The Kafra employee in geffen
Replies: 5
Views: 5657

Re: The Kafra employee in geffen

storageAuto 0
storageAuto_npc geffen 120 62
storageAuto_distance 8
storageAuto_npc_type 1
storageAuto_npc_steps
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0
minStorageZeny 50
try this
by genuineopenkore
05 Jun 2013, 17:20
Forum: Discussion
Topic: The Kafra employee in geffen
Replies: 5
Views: 5657

Re: The Kafra employee in geffen

download a FRESH COPY OF OPENKORE and try if its working fine.
by genuineopenkore
05 Jun 2013, 16:29
Forum: Other Plugins
Topic: playerRecorder plugin
Replies: 36
Views: 35973

Re: playerRecorder plugin

Code: Select all

   return if ((time - $nickListTime{$targetName}) < 180);
forgot to mention sir. error on this line
by genuineopenkore
05 Jun 2013, 16:25
Forum: Other Plugins
Topic: playerRecorder plugin
Replies: 36
Views: 35973

Re: playerRecorder plugin

return if ((time - $nickListTime{$targetName}) < 180);
still works the same sir :cry:

* PLAYERTEST - 34
This is what it printed when i type "inform" in the console. but when i'm not visible on the bot and when i type again the inform it still print the same
by genuineopenkore
05 Jun 2013, 15:38
Forum: Other OpenKore support
Topic: Bio Cannibalize Spamming
Replies: 10
Views: 5241

Re: Bio Cannibalize Spamming

Raider wrote:It does exist ;) http://www.openkore.com/index.php/Zeny
hahaha sorry :D i didn't noticed that earlier
by genuineopenkore
05 Jun 2013, 15:07
Forum: Other OpenKore support
Topic: Bio Cannibalize Spamming
Replies: 10
Views: 5241

Re: Bio Cannibalize Spamming

Seen that that on the manual sir ;)

here's another code that i used that can't be seen on the manual

Code: Select all

zeny <condition> <amount>
i use this on buyauto so that the bot won't buy if zeny is low
by genuineopenkore
05 Jun 2013, 14:57
Forum: Other Plugins
Topic: playerRecorder plugin
Replies: 36
Views: 35973

Re: playerRecorder plugin

return if ($nickListTime{$targetName} && (time - $nickListTime{$targetName}) < 5); its working sir but its not recording again on desired time... i tried to adjust the time to see if its recording in every 5 seconds but still it records only for once and doe's not repeat it's process Plugins::addHo...
by genuineopenkore
04 Jun 2013, 02:12
Forum: Other Plugins
Topic: playerRecorder plugin
Replies: 36
Views: 35973

Re: playerRecorder plugin

Code: Select all

   return if ((time - $nickListTime{$targetName}) < 1);
   $nickListTime{$targetName} = time;
the code didn't work sir. it does not re-check the players around him...