![]() |
Cooking messaging issue - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Cooking messaging issue (/Thread-Cooking-messaging-issue) |
Cooking messaging issue - kilopi_3142 - 04-03-2015 06:30 AM Hi all, Using .56c, When i try to use cooking skill without having a fire around me, it says "You must be near a fire source". It is normal and good. But the problem is, the message is repeating twice. I've searched about this issue and try to fix it without overriding the hardcode but couldnt make anything. RE: Cooking messaging issue - XuN - 04-03-2015 05:51 PM I tried to cook some i_ribs_raw and had not problem. Can you tell us what are you trying to cook? Maybe it's something specific ... or maybe your [skill ] have a check for fires and its giving the sysmessage along with the source. RE: Cooking messaging issue - kilopi_3142 - 04-03-2015 06:17 PM Thank you XuN, I'll try with another item like ribs as soon as possible, then i'll report the result here. RE: Cooking messaging issue - kilopi_3142 - 04-04-2015 01:58 AM Have tried with another item "Bread Loaf" without having a fire source near me. It is the same. "You must be near to a fire source to cook" "You must be near to a fire source to cook" I dont have any override scripts about cooking, using 56c and latest scripts. RE: Cooking messaging issue - azmanomer - 04-04-2015 02:29 AM try to remove all of your events first than look at sphere.ini for is there any event to add player than try again. if its still giving that msg search for that msg in the scripts. RE: Cooking messaging issue - kilopi_3142 - 04-04-2015 06:01 AM Sphere.ini= 0 events to players The char is trying to cook= 0 events Searched for the message in all scripts, there is only one copy and it is in the sphere_msgs.scp. Have you tried to cook without a fire source around, with "makeitem" in .56c RE: Cooking messaging issue - azmanomer - 04-04-2015 07:57 AM i just tried that and i got only 1 msg RE: Cooking messaging issue - kilopi_3142 - 04-05-2015 04:50 PM Found the mistake of mine, I was using the "makeitem" with "src", like "src.makeitem" I ve removed the "src" part from it, now it is like "makeitem" The problem has gone, thank you guys btw |