![]() |
my personal (not working) nototitle system - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: my personal (not working) nototitle system (/Thread-my-personal-not-working-nototitle-system) |
my personal (not working) nototitle system - Crusader - 01-16-2013 07:15 PM When i use this and go to dclick an npc or myself, the client freeze, it doesn't crash, but he doesn't allow me to do anything, i'm just stuck (like the client loops). WHY?!? Code: ON=@CHARDCLICK RE: my personal (not working) nototitle system - darksun84 - 01-16-2013 07:55 PM Maybe it's this line PHP Code: for <eval 59 - strlen(<local.dtext>)> From the code above, you can actually have a local.dtext with length >= 60 and so you'll get FOR -1 and then the possible crash ? mboh RE: my personal (not working) nototitle system - Crusader - 01-16-2013 09:11 PM One more hint: this code was working before, with lesser clients and previous version of sphere56. Now i'm using client 7.0.6.4... and last nightly release of sphere. RE: my personal (not working) nototitle system - Mordaunt - 01-16-2013 10:31 PM Hint? This ain't a game show... If it ran before and now doesn't I suggest you add some debug messages to see exactly where it is freezing RE: my personal (not working) nototitle system - Crusader - 01-16-2013 10:51 PM Quote:Hint? This ain't a game show... i have a good knowledge of english language...but sometimes i still miss something and fail to clearly express something... like in this case ![]() Quote:If it ran before and now doesn't I suggest you add some debug messages to see exactly where it is freezing point is that client freeze, not server...no error message are showed....i try to put some debug into for cycle, and re-edit this post, brb ![]() edit: problem is in the sendpacket, when i do " SENDPACKET <LOCAL.P> " the packet i send is: 088 D01ac7 049 06c 020 044 069 073 074 069 06e 074 06f 020 042 072 069 065 072 02c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0 where 088 is the packet number, D<01act> is the human npc uid that i just dclicked. |