Page 1 of 1

Status Character - empty

Posted: Wed Apr 16, 2014 12:54 pm
by Nsuidara
Help!
Image
i'm dont uderstand why pol99 broke character status... is totaly empty...

my hook only change name... and return 0...
http://wklej.org/hash/52705172073/

and status bar dont work too... in bar health always 100% [is full]

HELP! :/ i dont have idea why...

Re: Status Character - empty

Posted: Wed Apr 16, 2014 1:17 pm
by Nsuidara
Ok... i know

uoclient.cfg

no def.

General General
{
Strength Strength
Intelligence Intelligence
Dexterity Dexterity

Hits Life
Mana Mana
Stamina Stamina

MaxSkillID 51
}

Re: Status Character - empty

Posted: Thu Apr 17, 2014 2:40 am
by RusseL
from packet docs
This function should return 0 if you wish POL to perform its normal data
processing on the packet (if any default packet handler exists for this packet
ID), or 1 if you wish POL to do no processing on the packet (i.e. your script
handled it fully). For example, the character profile packet has no internal
packet handler, so returning 0 would have no effect.
so, i would say you should use packet.SendPacket(character); and return 1 at the end... or return 0 :) check it out