Search found 150 matches

by c4c1n6kr3m1
16 Mar 2020, 01:15
Forum: iRO
Topic: How to not use certain skill when party member is around?
Replies: 4
Views: 5127

Re: How to not use certain skill when party member is around?

macro

eval !@playersID || !(List::MoreUtils::any { $::char->{party}{users}{$_} } @playersID)

haven't tested
by c4c1n6kr3m1
09 Mar 2020, 07:11
Forum: Private Servers
Topic: Error: Timeout on Map Server // 0> 81 00 08
Replies: 4
Views: 3032

Re: Error: Timeout on Map Server // 0> 81 00 08

maybe wrong recvpacket, sendCryptKeys , serverType, or using shuffle packet, check peek result again
bla bla bla

compare the packets on map login !!!!
by c4c1n6kr3m1
06 Mar 2020, 03:31
Forum: Private Servers
Topic: Error: Timeout on Map Server // 0> 81 00 08
Replies: 4
Views: 3032

Re: Error: Timeout on Map Server // 0> 81 00 08

use client,... sniff it !!!
(easier with no player,npc,portal around)
than compare the packet with bot packet

if u see packet 014F from client ( you'll see it as 4F 01 blabla ) than it does not use sendCryptKeys

no protection sir?
by c4c1n6kr3m1
24 Feb 2020, 13:00
Forum: Resolved Questions
Topic: Inventory Check if Full
Replies: 5
Views: 6757

Re: Inventory Check if Full

eval $::char->inventory->size
by c4c1n6kr3m1
05 Jan 2020, 12:53
Forum: Other OpenKore support
Topic: Manual Sell Problem
Replies: 12
Views: 7997

Re: Manual Sell Problem

So how can i block my equipment from inventory WX list? https://i.imgur.com/ISSL9r8.png you have stupid idea, honestly. WX is interface only even if you can remove it from your wx list, still won't change anything. it's only interface but if you want to do it, check interface folder, most in wx i t...
by c4c1n6kr3m1
05 Jan 2020, 09:23
Forum: Other OpenKore support
Topic: Manual Sell Problem
Replies: 12
Views: 7997

Re: Manual Sell Problem

So how can i block my equipment from inventory WX list? https://i.imgur.com/ISSL9r8.png you have stupid idea, honestly. WX is interface only even if you can remove it from your wx list, still won't change anything. it's only interface but if you want to do it, check interface folder, most in wx i t...
by c4c1n6kr3m1
05 Jan 2020, 03:34
Forum: Other OpenKore support
Topic: Manual Sell Problem
Replies: 12
Views: 7997

Re: Manual Sell Problem

Commands.pm
by c4c1n6kr3m1
27 Nov 2019, 11:53
Forum: Resolved Questions
Topic: talknpc response
Replies: 19
Views: 17107

Re: talknpc response

you should read the link i gave you, the solution is there