Likes: 0
Results 1 to 1 of 1
Thread: Custom Speed for Malls
-
16-07-20, 11:10 AM #1
Custom Speed for Malls
Register to remove this adHello guys if you needed to change any area speed Like Malls, you can use this script
Code:/* <---------------------------------------------------------------------------> - Developer(s): Prince - Complete: %100 - ScriptName: 'mall_speed' <---------------------------------------------------------------------------> */ #include "ScriptPCH.h" enum AreaSpeed { AREA_MALL = 5303, // add here your area id }; class area_speed : public PlayerScript { public: area_speed() : PlayerScript("area_speed") {} void OnUpdateZone(Player* player, uint32 newZone, uint32 newArea) { switch (newArea) { case AREA_MALL: player->SetSpeed(MOVE_RUN, 2.0f); break; } } }; void AddSC_area_speed() { new area_speed(); }
› See More: Custom Speed for Malls
Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread
Visitors found this page by searching for:
Nobody landed on this page from a search engine, yet!
SEO Blog