BUGS lots of it - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: BUGS lots of it (/Thread-BUGS-lots-of-it) |
BUGS lots of it - larmc20 - 06-10-2013 02:48 AM Hello guys. I am having a lot of trouble with sphere and the community pack. Perhaps its my fault but... Well first of all I'd like to tell you that I cannot use the guildsystem. When i use the guild Stone it says "x is already a candidate of the guildstone" but never changes. I noticed sphere shows Code: 13:43:ERROR:(sphere_guild_functions.scp,73)Can't resolve <local.addasmember> After that I have a script I made for register. It was working fine until I update the sphere scripts to the community pack. PHP Code: FUNCTION f_onchar_create I receive this message on Sphere Code: 13:45:1:'haloz' commands 'dialog d_cadastros'=1 Do you know what is happening? I tried to check the scripts lines but the guild script is too complex for me and I dont know why Writefile is not working Also I have problem with CreatemapSystem by EXtreme and another background Spawner made by Mordaunt. But I think errors are not in the scripts. My sphere is showing bugs for scripts which worked in another time. I dont know RE: BUGS lots of it - Shidhun - 06-11-2013 04:13 AM Did you enable the Option-Flags for Files in sphere.ini? OptionFlags=080|..... and i think this should work : on=0 FILE.MODE.APPEND FILE.MODE.SETDEFAULT Local.File = <FILE.OPEN cadastros.scp> If <Local.File> FILE.WRITELINE " " FILE.WRITELINE Conta=<src.account> FILE.WRITELINE NAME=<ARGTXT[1]> FILE.WRITELINE EMAIL=<ARGTXT[2]> FILE.WRITELINE RG=<ARGTXT[3]> FILE.CLOSE Endif return 1 RE: BUGS lots of it - larmc20 - 06-11-2013 11:47 AM thanks man... its working fine everything. I changed the Sphere.ini for another one from Cloudbr juts to check the configs.. and everything worked fine.. So I realized I (newb) had to configurate it correctly |