• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

GlobalEvent Last Man Standing Event

Darkaness

New Member
Joined
Jan 6, 2011
Messages
8
Reaction score
1

Hello very good morning , good afternoon and good night friends.

Here again bring a script , tested in TFS 0.4, 0.3.7 , I guess it will also serve to OTX since it is based on that engine and TFS 0.3.6 guess it must also work

Good start.

First of all must download the .rar with scripts this is the:
Link

Link map: link
(EYE TO MAKE NEW MAP added
NO LOGOUT Y PVP ZONE
I left everything tidy as is everything in the
.rar,and once you have everything installed proceed to configure.


To edit the prize , let creaturescripts , open and edit this line lms.lua
Code:
doPlayerAddItem(winner, 2160, 2, true)
The id, 2160 is the id of crystal coin , and the number 2 is the amount marrow , give two crystal coin , there you can change so wish.

Now let 's lib folder and open the file and edit it lastmanstanding.lua
Code:
ZEA_blockEnterItemPosition = {x= 94, y=112, z=7}
ZEA_enterPosition = {x = 17, y = 85, z = 7}
ZEA_kickPosition = {x=95, y=117, z=7}
ZEA_spawnFromPosition = {x = 12, y = 80, z = 7}
ZEA_spawnToPosition = {x = 23, y = 89, z = 7}
-- ITEM IDS
ZEA_blockEnterItemID = 1285

This line is the position where the item that will lock as you can see in the video I have a stone in front of tp.
Code:
ZEA_blockEnterItemPosition = {x= 94, y=112, z=7}


This line is the position where the player will be teleported into the arena.
Code:
ZEA_enterPosition = {x = 17, y = 85, z = 7}

This line is the position where the players go after death or event (usually it is the temple)
Code:
ZEA_kickPosition = {x=95, y=117, z=7}

These lines are the corners of the arena
Code:
ZEA_spawnFromPosition = {x = 12, y = 80, z = 7}
ZEA_spawnToPosition = {x = 23, y = 89, z = 7}
Example
4gno0z.png


To change the id of the item that blocks is here I put a stone . (NOTE THIS WILL APPEAR AND DISAPPEAR AUTOMATICALLY BE PUT IN NO MAP)
Code:
ZEA_blockEnterItemID = 1285

Now Movements, the actionid="3333" , put it in the tp in map
Example
4j724l.png


And finally commands
Code:
/lms +players (ejemplo:/lms 15)
/lms force

pd:sorry for bad english
 
Back
Top