Search found 9 matches

by yuranansam
14 May 2015, 01:23
Forum: Development Help
Topic: md5-hashed password....Help!!!!
Replies: 0
Views: 8354

md5-hashed password....Help!!!!

ask for How use md5-hashed password to the server.
by yuranansam
02 May 2015, 18:54
Forum: Private Servers
Topic: Aeva RO BOT
Replies: 6
Views: 4705

Re: Aeva RO BOT

by yuranansam
24 Apr 2015, 03:18
Forum: iRO
Topic: Bot for Open Buying Store
Replies: 5
Views: 6317

Bot for Open Buying Store

Bot For Class : Merchant Blacksmith Alchemist Mastersmith Biochemist Mechanic Geneticist

setting in file config.txt

Code: Select all

BuyingStore 1
BuyingStore_title Bot_BuyingStore
setting buying item in file buyingstore.txt
<NameItem><tab><price><tab><amount>
Ex:

Code: Select all

Rough Oridecon<tab>5000<tab>10
by yuranansam
23 Apr 2015, 17:41
Forum: Developers Corner
Topic: Code Send Packet Open Buying Store
Replies: 1
Views: 3355

Code Send Packet Open Buying Store

# By DarkSam # Send Packet Open Buying Store sub sendOpenBuying { my ($self, $title, $items, $zeny) = @_; my $length = 0x59 + 0x08 * @{$items}; my $msg = pack("C*", 0x11, 0x08). pack("v*", $length). pack("V*", $zeny). pack("C*", 0x01). pack("a80", stringToBytes($title)); foreach my $item (@{$items})...
by yuranansam
23 Apr 2015, 15:28
Forum: Development Help
Topic: Use "Task::UseSkill" Error Help!!
Replies: 0
Views: 8371

Use "Task::UseSkill" Error Help!!

sub processAutobuyingstore { if ($config{'BuyingStore'} && !AI::isIdle) { $timeout{ai_shop}{time} = time; } if ($config{'BuyingStore'} && AI::isIdle && $conState == 5 && !$char->{sitting} && timeOut($timeout{ai_shop}) && !$buyingstorestarted && $field->baseName eq $config{'lockMap'} && !$taskManage...