![]() |
Random Spawn (new map) - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Random Spawn (new map) (/Thread-Random-Spawn-new-map) |
Random Spawn (new map) - cele_35 - 06-03-2019 07:53 AM hi im write new quest system but I could not.. Random coordinate spawner and after 1 day will be delete.. how do i write ? [function f_golden_monster] local.x <Rxxx> //// ??? local.y <Rxxx> //// ??? serv.newnpc c_golden new.p xxxx ///////////////// this problem ? ref1=<new> new.timerf 86400,remove RE: Random Spawn (new map) - Coruja - 06-03-2019 11:22 AM try using this, I didn't tested it but it should work Code: [FUNCTION f_golden_monster] RE: Random Spawn (new map) - [Nores] - 09-26-2023 02:30 AM How can we see in which location the creature spawns? RE: Random Spawn (new map) - cele_35 - 09-29-2023 07:54 PM .goname (chardef(ID)) e.g.= .goname Llama but you need to edit the code that coruja threw a little bit, I did something like this, you can do it in another way. by the way, the coordinates I made are for the Ilshenar map Code: [FUNCTION f_golden_monster] |