Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BUGS lots of it
Author Message
larmc20
Journeyman
*

Posts: 67
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: May 2013
Reputation: 0



Post: #1
BUGS lots of it
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>
13:43:ERROR:(sphere_guild_functions.scp,73)Undefined symbol ''
13:43:1:'haloz' commands 'add i_deed_guildstone'=1
13:43:ERROR:(sphere_guild_functions.scp,73)Can't resolve <local.addasmember>
13:43:ERROR:(sphere_guild_functions.scp,73)Undefined symbol ''
13:43:ERROR:(sphere_guild_functions.scp,73)Can't resolve <local.addasmember>
13:43:ERROR:(sphere_guild_functions.scp,73)Undefined symbol ''
13:43:ERROR:(sphere_guild_functions.scp,73)Can't resolve <local.addasmember>
13:43:ERROR:(sphere_guild_functions.scp,73)Undefined symbol ''
13:43:ERROR:(sphere_guild_functions.scp,73)Can't resolve <local.addasmember>
13:43:ERROR:(sphere_guild_functions.scp,73)Undefined symbol ''
13:43:ERROR:(sphere_guild_functions.scp,73)Can't resolve <local.addasmember>
13:43:ERROR:(sphere_guild_functions.scp,73)Undefined symbol ''
13:43:ERROR:(sphere_guild_functions.scp,73)Can't resolve <local.addasmember>
13:43:ERROR:(sphere_guild_functions.scp,73)Undefined symbol ''

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
[DIALOG d_cadastros]
99,51
NOCLOSE
NOMOVE
NODISPOSE
page 0
resizepic 93 52 9200 354 388
gumppic 197 70 100
text 235 84 0 0
text 218 125 0 1
gumppic 90 27 52
htmlgump 175 184 200 100 2 1 1
gumppic 102 296 2430
textentry 120 301 308 20 0 1 3
textentry 117 332 308 20 0 2 4
textentry 120 362 304 20 0 3 5
button 235 411 247 248 1 0 0

[DIALOG d_cadastros text]
Bem-Vindo
Conamidia Shard
Boa tarde
Seja bem vindo ao Conamídia ShardAqui você encontrará aventuras e diversão com outros jogadoresRespeite os jogadores assim como o servidorO intuito do servidor e proporcionar diversão a todosCaso encontre algum bugfavor contatar os responsáveis pelos servidor.

Nome Completo
E
-mail
RG

[DIALOG d_cadastros button]
ON=0
WRITEFILE cadastros
.scp Conta=<src.account>
WRITEFILE cadastros.scp NAME=<ARGTXT[1]>
WRITEFILE Cadastros.scp EMAIL=<ARGTXT[2]>
WRITEFILE Cadastros.scp RG=<ARGTXT[3]>
[
EOF


I receive this message on Sphere

Code:
13:45:1:'haloz' commands 'dialog d_cadastros'=1
13:45:ERROR:(menu de entrada.scp,31)Undefined keyword 'WRITEFILE'
13:45:ERROR:(menu de entrada.scp,32)Undefined keyword 'WRITEFILE'
13:45:ERROR:(menu de entrada.scp,33)Undefined keyword 'WRITEFILE'
13:45:ERROR:(menu de entrada.scp,34)Undefined keyword 'WRITEFILE'

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
(This post was last modified: 06-10-2013 03:02 AM by larmc20.)
06-10-2013 02:48 AM
Find all posts by this user Like Post Quote this message in a reply
Shidhun
Journeyman
*

Posts: 59
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Jul 2012
Reputation: 1



Post: #2
RE: BUGS lots of it
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
06-11-2013 04:13 AM
Find all posts by this user Like Post Quote this message in a reply
larmc20
Journeyman
*

Posts: 67
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: May 2013
Reputation: 0



Post: #3
RE: BUGS lots of it
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
06-11-2013 11:47 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)