Search found 2 matches

by Sngwaspoot
25 Mar 2011, 08:08
Forum: pRO
Topic: New Loki servers.txt setting and dual client
Replies: 33
Views: 41477

Re: New Loki servers.txt setting and dual client

Mine was already connected to the server, but after a few seconds it gets disconnected.

It gets some sort of this message "Disconnecting from map Server..."

Do you have the correct recvpackets?
by Sngwaspoot
24 Nov 2010, 04:13
Forum: Fixed bugs
Topic: iRO | 2.0.6.1 | followtarget/bug move 0,0
Replies: 4
Views: 4946

Re: iRO | 2.0.6.1 | followtarget/bug move 0,0

$master{x} = $char->{party}{users}{$master{id}}{pos}{x}; $master{y} = $char->{party}{users}{$master{id}}{pos}{y}; ($master{map}) = $char->{party}{users}{$master{id}}{map} =~ /([\s\S]*)\.gat/; if ($master{map} ne $field->name || $master{x} == 0 || $master{y} == 0) { delete $master{x}; delete $master{...