Sphere 0.56c - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Sphere 0.56c (/Thread-Sphere-0-56c) |
Sphere 0.56c - Kenzotroop - 05-09-2014 03:07 AM I need someone to help me with the sphere config , i mean i have the sphere and all the scripts but no one can log in into my sphere, ppl can log pick the server and then get dc my router is with the port 2593 open and no firewall so i just dont get it , besisdes im getting alot of errors at the sphere with bad spawn point and with some npcs spawns like this one : ERROR:(spherechar_human.scp,3759)Unknown 'SPEECH' Resource 'spk_trainer' . So maybe a nice scripter can help me this wont need to be perfect cause its just for a few friends to play but i would like to have it working properly Tks RE: Sphere 0.56c - XuN - 05-09-2014 05:25 AM Go to sphere_serv_triggers.scp and place 'Serv.ServIP your_ip' under [function f_onserv_start], this should attach to Sphere your external IP and let them join. About your errors it seems some kind of incompatibility between your scripts and your save files. Quick and Dirty workaround: open one script and create [SPEECH spk_trainer]. RE: Sphere 0.56c - Kenzotroop - 05-09-2014 11:12 PM Server is up and working the problem now its with the scripts they are not working, i dunno why and banker / architect are not working all the npcs sell stuff etc only those 2 are broken (05-09-2014 11:12 PM)Kenzotroop Wrote: Server is up and working the problem now its with the scripts they are not working, i dunno why and banker / architect are not working all the npcs sell stuff etc only those 2 are broken well actually just some of them are not working the others are!! thats why i think its wired help needed :/ RE: Sphere 0.56c - Kenzotroop - 05-14-2014 11:12 PM help plz? RE: Sphere 0.56c - Alaric - 05-14-2014 11:18 PM Try to find out what is different for the ones that aren't working. Created recently? Doesn't work in some area? Have different flags? etc. RE: Sphere 0.56c - Kenzotroop - 05-15-2014 02:41 AM DEFNAME = C_H_ARCHITECT NAME = #NAMES_HUMANMALE the Architect ID = C_MAN CATEGORY = Civilized SUBSECTION = Tradesmen DESCRIPTION = Architect (male) TSPEECH = spk_human_prime TSPEECH = spk_trainer TSPEECH = jobArchitect TSPEECH = jobRealtor TSPEECH = spk_shopkeepArchitect TSPEECH = spk_needs TSPEECH = spk_rehello TSPEECH = spk_human_default TEVENTS = e_Human_HearUnk TEVENTS = e_Human_Needs TEVENTS = e_Human_ConvInit TEVENTS = e_Human_Greet TEVENTS = e_Human_Space TEVENTS = e_Human_Refuse TEVENTS = e_Human_Environ ON = @Create //TAG.VENDMARKUP_FIXED = 100 //TAG.VENDORMARKUP = -7 NPC = brain_vendor NEED = i_gold COLOR = colors_skin STR = {21 35} DEX = {36 50} INT = {36 50} SWORDSMANSHIP = {15.0 38.0} CARPENTRY = {50.0 70.0} LUMBERJACKING = {50.0 70.0} TACTICS = {15.0 38.0} ITEMNEWBIE = random_male_hair COLOR = colors_hair ITEMNEWBIE = random_facial_hair COLOR = match_hair ON=@NPCRestock ITEM = RANDOM_LIGHT ITEM = i_shirt_plain COLOR = colors_all ITEM = random_pants COLOR = colors_all ITEM = random_shoes COLOR = colors_neutral SELL=VENDOR_S_DEED_TEMPLATE //BUY=VENDOR_B_DEED_TEMPLATE this is my Architect script cant see anything wrong here and he dont sell houses -.- RE: Sphere 0.56c - Alaric - 05-15-2014 09:43 PM Uncomment //buy=template (I hope its that... right? BUY means what the vendor sells (=> if you use buy command on him) and SELL means what he buys from you (=> if you use sell command)) |