Only one spwan

All your fan creations go here!
User avatar
Zhangor
Devoted Believer
 
Posts: 20
Joined: 31 Jan 2016, 00:19

Only one spwan

Post by Zhangor » 16 Dec 2016, 19:21

Good evening,

I seek in vain, which brings me to you.

In order to configure a server, I would like to be able to create one or more spawn in a restricted zone (similar to the MMO on serv 25).

So if ever someone with an idea, or knowledge, or a follow-up links that I would have missed in my research, I'm all hearing! : D

Thank you in advance for your answers :)

User avatar
Iomega0318
 
Posts: 22
Joined: 26 Sep 2014, 22:51
Location: Dirt City, TX

Re: Only one spwan

Post by Iomega0318 » 06 Feb 2017, 03:25

I was thinking about that too.. I might look into that now lol..


Tcant007
 
Posts: 1
Joined: 27 Mar 2017, 20:36

Re: Only one spwan

Post by Tcant007 » 27 Mar 2017, 20:38

Test

User avatar
RetroLogi
 
Posts: 137
Joined: 29 Dec 2014, 15:49
Location: Italia

Re: Only one spwan

Post by RetroLogi » 29 Mar 2017, 09:11

This is the query:

Code: Select all
delimiter $$
CREATE TRIGGER `t_set_first_spawn` before INSERT ON `character` FOR EACH ROW BEGIN
   set New.GeoID = 117052637;
   set New.GeoAlt = 5100;
END;
$$


Thril
 
Posts: 6
Joined: 07 Jun 2017, 22:17

Re: Only one spwan

Post by Thril » 07 Jun 2017, 22:22

Would it be possible to give a little more detailed explanation of how to do this, where to find this query and so on?

Return to Fan Zone