Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PUBG system?
Author Message
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #1
PUBG system?
preferably made by someone who actually plays it and enjoys it...

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 03-28-2018 12:10 AM by x77x.)
03-28-2018 12:10 AM
Find all posts by this user Like Post Quote this message in a reply
Abuelox
Journeyman
*

Posts: 64
Likes Given: 0
Likes Received: 7 in 7 posts
Joined: Apr 2010
Reputation: 0

Alteria Games

Post: #2
RE: PUBG system?
Posibily the system is Battleground, its ez to make, but im not interesing.

1 make randoms locations on X zone.
2 Use a events And save data from players.
3 On death he leave the evento And teleport to nz or place.
4 Use randoms spawn to make drop (ítems)
5 Its simple And faster
03-28-2018 12:49 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #3
RE: PUBG system?
the circle is the hard part

Dragons of Time 2000-2020
http://dragonsoftime.com
03-28-2018 01:36 AM
Find all posts by this user Like Post Quote this message in a reply
Abuelox
Journeyman
*

Posts: 64
Likes Given: 0
Likes Received: 7 in 7 posts
Joined: Apr 2010
Reputation: 0

Alteria Games

Post: #4
RE: PUBG system?
its true Tongue, but u can make rooms or areadef to make it and change to others, circle is hard, but u can use rectangles
03-28-2018 05:46 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #5
RE: PUBG system?
someone wanna work on one together?

or help get me started

heres the circle distances...
https://pubg.gamepedia.com/The_Playzone

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 03-31-2018 05:02 AM by x77x.)
03-31-2018 12:06 AM
Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #6
RE: PUBG system?
try to check distance from central object
04-09-2018 04:41 PM
Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #7
RE: PUBG system?
getting somewhere...
Code:
[REGIONTYPE r_playzone8]
ON=@Enter
SRC.ARROWQUEST 0
SRC.SYSMESSAGE You have entered the playzone!
SRC.CONSUME i_outsidecircle8

ON=@Exit
SRC.SYSMESSAGE You are NOT in the playzone!
SRC.ARROWQUEST 5405,1115,0
      SERV.NEWITEM=i_outsidecircle8
      NEW.LINK=<UID>
      SRC.EQUIP <NEW>

[AREADEF a_playzone8]
NAME=Playzone Stage 8
GROUP=PLAYZONE
P=5405,1115,0,0
RECT=5425,1135,5385,1095,0
EVENTS=r_playzone8

[DEFNAME playzones]
PZ08    5405,1115,0,0

[ITEMDEF i_outsidecircle8]
//1060202//"*Bleeding*"
ID=0122a
NAME=bleed timer
TYPE=t_eq_script
LAYER=layer_special
WEIGHT=0
ON=@Create
   ATTR=attr_decay|attr_can_decay
   MORE1=6
ON=@Equip
   ATTR=attr_decay|attr_can_decay
   TIMER=2
ON=@Timer
CONT.SYSMESSAGE <PZ08>
            CONT.DAMAGE {2 4} <DEF.dam_god> <QVAL <LINK>?<LINK>:0>
            TIMER=2
   RETURN 1


how can i make it tell you the distance to P of the playzone your going to?


or someone have a better idea? id have to make a million of these

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 04-20-2018 11:10 AM by x77x.)
04-09-2018 09:02 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)