![]() |
New Mounts - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: New Mounts (/Thread-New-Mounts--3558) |
New Mounts - zzkods1 - 06-14-2014 12:27 AM I have a problem with New_mounts.scp,everytime I try to spawn any mount it spawns as horse with name of the mount I wanted to spawn,or if I use comand like .add i_pet_kirin it shows that I cant think of a way to use that item,help -56b RE: New Mounts - djazraell - 06-14-2014 01:58 AM Is it possible to get the (eggs&mother) system to browse and sample? The same points that you want? RE: New Mounts - zzkods1 - 06-14-2014 02:22 AM umm,what? RE: New Mounts - djazraell - 06-14-2014 03:21 PM like eggs or the mother? RE: New Mounts - kn4tseb - 06-17-2014 04:08 AM At sphere.ini file you have to set the features flags you want for your server, for example: // FeatureT2A, used to control T2A expansion features ( default 03 ) // FEATURE_T2A_UPDATE 01 // Monster and Lost lands // FEATURE_T2A_CHAT 02 // In game chat FeatureT2A = 03 // FeatureLBR, used to control LBR expansion features ( default 0 ) // FEATURE_LBR_UPDATE 01 // Lbr Monsters // FEATURE_LBR_SOUND 02 // MP3 instead of MIDI FeatureLBR = 03 then save, restart server and let me know if it worked ![]() |