Login error - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Login error (/Thread-Login-error) |
Login error - repsomalai - 05-01-2020 08:22 AM Hi all. I'm new in Sphere Serv. I make all things to put the serv ON. Was just ok, but when i login with my GM (PLEVEL 7). I can creat the Char , set the name, abilitys, everything. But when i go enter the world, i got this error in the console. In UO client it Freezes. Here the screem of console: https://imagizer.imageshack.com/img923/8199/KGgtWV.png Thanks for who can help me. RE: Login error - Coruja - 05-01-2020 08:58 AM Maybe your scripts folder have some missing scripts The error "Creating invalid chardef 0190" means that your scripts doesn't have [CHARDEF 0190] template, which is c_man, so without this the server won't be able to create your character Also note that the error "Undefined symbol 'DEFAULTCHAR'" is a safe variable called when sphere try to create an invalid char so it fall back to the value defined on DEFAULTCHAR, which is also missing on your scripts On default scripts pack the chardef 0190 is located on /scripts/npcs/sphere_monsters.scp and DEFAULTCHAR is located on /scripts/sphere_defs.scp, so try make sure that these scripts are updated RE: Login error - repsomalai - 05-01-2020 10:39 AM Thanks a Lot Coruja. I fixed the problems with you help. I think there is just ONE error to me enter the World. Something about the MAP. Here the screenshot: https://imagizer.imageshack.com/img922/953/juTGPX.png Please help. Thanks again. I learn that i must put a map file in script but where i can get a map script NEW?, like a virgin version? Thanks RE: Login error - Coruja - 05-02-2020 09:19 AM Probably your sphere.ini is broken, because your server is only loading 1 script (sphere_defs.scp) as you can see on the console log "Indexing 1 scripts..." So try check if "ScpFiles" setting on sphere.ini is set correctly, maybe this should fix the problem RE: Login error - repsomalai - 05-02-2020 09:56 AM Thanks so mutch Coruja. You help me to fix the problem. |