![]() |
Problem Demon Scripting - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Problem Demon Scripting (/Thread-Problem-Demon-Scripting) |
Problem Demon Scripting - larmc20 - 05-30-2013 04:45 AM Hello guys. I was trying to make this script of Balron and in on=@npcRestock put random magic itens like power and vanq... I don“t know Why it is not working. when I try to add the npc i receive a message 'invalid command or format'. Do you know why is that? PHP Code: [chardef C_BALRON_R] RE: Problem Demon Scripting - darksun84 - 05-30-2013 05:07 AM A part that the correct ID for demon graphic is c_daemon it worked fine for me ![]() RE: Problem Demon Scripting - larmc20 - 05-30-2013 06:29 AM I don't know Why it is not working... I tried C_daemon and keep showing Not a valid command of format =/ RE: Problem Demon Scripting - darksun84 - 05-30-2013 06:35 AM Are you using .addnpc c_balron_r command for creating the monster? RE: Problem Demon Scripting - amonvangrell - 05-30-2013 06:45 AM any new scp file added to your sphere needs to be add or to a folder that is been read by sphere on spheretable. then u need to or re-open your sphere, so it load the script or u need to load it on the console. ''load path/script.scp'' then it will work. ;] RE: Problem Demon Scripting - larmc20 - 05-30-2013 09:39 AM Thanks fella. The folder was already on SphereTable but it wasn't working. So I put there the folder/x.scp and it worked. i dont know Why it was not working on the other way |