![]() |
STEPSTEALTH - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: STEPSTEALTH (/Thread-STEPSTEALTH) |
STEPSTEALTH - WRWR - 09-05-2015 03:54 AM STEPSTEALTH in new Stealth skill 19:37:ERROR:(sphere_skills.scp,1185)Undefined keyword 'STEPSTEALTH' or just need to wait new build after 28aug? RE: STEPSTEALTH - Coruja - 09-05-2015 05:58 AM this change was added on 27 aug, so to make sure that it's working you must use at least 28 aug build RE: STEPSTEALTH - WRWR - 09-05-2015 11:00 AM (09-05-2015 05:58 AM)Coruja Wrote: this change was added on 27 aug, so to make sure that it's working you must use at least 28 aug build where i can find this build? using 2433 and stepstealth not work RE: STEPSTEALTH - evening - 09-05-2015 12:50 PM (09-05-2015 11:00 AM)WRWR Wrote:(09-05-2015 05:58 AM)Coruja Wrote: this change was added on 27 aug, so to make sure that it's working you must use at least 28 aug build https://www.dropbox.com/s/xhesp5w9mr5hf5f/SphereNightly-WIN32.rar?dl=0 RE: STEPSTEALTH - WRWR - 09-05-2015 03:58 PM (09-05-2015 12:50 PM)evening Wrote:(09-05-2015 11:00 AM)WRWR Wrote:(09-05-2015 05:58 AM)Coruja Wrote: this change was added on 27 aug, so to make sure that it's working you must use at least 28 aug build its 2433 and get error STEPSTEALTH RE: STEPSTEALTH - Shamino - 09-06-2015 02:24 AM Copy the script code here. 19:37:ERROR:(sphere_skills.scp,1185)Undefined keyword 'STEPSTEALTH' RE: STEPSTEALTH - WRWR - 09-06-2015 05:27 AM Code: ON=@Success RE: STEPSTEALTH - WRWR - 09-06-2015 11:08 AM Downloaded latest build by 05.sep.2015 Now, have no errors BUT stealth just not work ![]() Get SMSG You begin to move quietly. char is stay visible RE: STEPSTEALTH - Coruja - 09-07-2015 06:31 AM the stealth skill is softcoded now, so you must update your sphere_skills.scp or the skill won't work anymore stealth skill is not used to hide, but to walk while hidden. So first you must hide (using hiding, invisibility potion, invisibility spell, etc) and then you use stealth to be able to walk while hidden that's why the skill check if the char is already hidden before start the action Code: ON=@PreStart you can view to complete code here https://github.com/Sphereserver/SphereScripts/commit/f666300b4c46fbb1012e9847d7ff52d0d619d555 |