#2252 Tooltip crash - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: #2252 Tooltip crash (/Thread-2252-Tooltip-crash) |
#2252 Tooltip crash - Rizz - 04-25-2015 09:47 AM I'm using an old way to make my tooltip with the color i want but now this code can crash the server in some circumstances with scroll: for example .add i_scroll_bless and target the ground or .set color and target the scroll will crash the server... This is the code: PHP Code: ON=@ITEMCLIENTTOOLTIP For now i found that this happens only with the scrolls... Items such weapons are ok RE: #2252 Tooltip crash - Rizz - 04-25-2015 07:52 PM I found the problem, is related to LOCAL.something and morey under @tooltip in the item. PHP Code: ON=@TOOLTIP Fortunally, in my case, this is a redundance so i can delete without any problem (I'm talking about the morey). |