• 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!

Request Bomberman script please!

Jo3ii

New Member
Joined
Dec 30, 2009
Messages
40
Reaction score
0
Hello i want a bomberman script for my server and heres and images that this server have.

92953467.png



You need 4 players to start this bomberman and when typeing Z then you drop the bomb.
When player want to enter the teleport they need to be naked.

Please help me:)
 
omgad. The script is fucking pro. I can't figure out what are these positions:

Code:
	local dummy = doCreateItem(10570, 1, {x=486,y=498,z=9})

it creates mine in position. Where should I set this position?

Code:
local a = getPlayersInRange({x=497, y=500, z=9}, 7, 5)

doesn't there have to be 2 positions to get players in range? ;d I mean, frompos and topos, but there is only 1 position. Is this arena pos? And wtf is ", 7, 5" :D ?
 
7, 5 are I dont know the word in English but its like
position is the center, first number is horizontal tiles and second number is vertical tiles?
it creates(checks) the(again missing word) umm, streched circle area I guess

@down: right! and what is the word for streched circle? xD
 
Last edited:
7, 5 are I dont know the word in English but its like
position is the center, first number is horizontal tiles and second number is vertical tiles?
it creates(checks) the(again missing word) umm, streched circle area I guess
radius! :D also it's square/rectangle, not circle in this case.
omgad. The script is fucking pro. I can't figure out what are these positions:

Code:
	local dummy = doCreateItem(10570, 1, {x=486,y=498,z=9})

it creates mine in position. Where should I set this position?
That was for internal usage, I have to create a temporary item in order to check if tile is pathable. You can set that to any position as long as it exists.
Code:
local a = getPlayersInRange({x=497, y=500, z=9}, 7, 5)

doesn't there have to be 2 positions to get players in range? ;d I mean, frompos and topos, but there is only 1 position. Is this arena pos? And wtf is ", 7, 5" :D ?
7 is radiusX and 5 is radiusY, check the function param names next time! :D
@down: right! and what is the word for streched circle? xD
oval or ellipse
 
Last edited:
anyways, those who want to make bombs unwalkable have to edit items.otb or add onstepin movement that tps u back frompos and the problem will be solved.
 
Back
Top