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

talction request

redbull915

I learn...
Joined
Oct 10, 2008
Messages
235
Reaction score
0
Location
Poland/Radom
plx can you write this script to star war between guild

this comment should help

* !startwar : Send a invitation to start a war. Example: !startwar Pwners
* !acceptwar : Accept the invitation to start a war.
* !rejectwar : Reject the invitation to start a war.
* !cancelinvite: Cancel the invitation already snet to star a war.
* !stopwar: Finish the currect war, can only be used after 1 day.

http://synacia.com/index.php?subtopic=wars
 
Last edited:
plz help for this scriot in globalevent mayby i must onther this scirpt add
PHP:
tile1pos = {x=1234, y=1303, z=7, stackpos=0}
tile1 = getThingfromPos(tile1pos)
tile2pos = {x=1281, y=1321, z=7, stackpos=0}
tile2 = getThingfromPos(tile2pos)

tile = math.random(tile1, tile2)

local WalkAble = 469
local UnWalkAble = 4526

function onThink(interval, lastExecution)
if (item.itemid == 1945 and tile.itemid == UnWalkAble) then
	addEvent(doTransformItem(tile.uid,WalkAble), 100000)
elseif (item.itemid == 1946 and tile.itemid == WalkAble) then
	addEvent(doTransformItem(tile.uid,UnWalkAble), 150000)
end
return TRUE
end
 
Last edited:
I'll just tell you, buy from Nahruto or close this thread since you wont get this i'm 100% until Gesior make his done, and then he wont put it here in your thread.. he will make a new thread ofcourse.

And that Synacia.com is mi server:)
 
And that Synacia.com is mi server:)

i know but i want only script for this war system

PHP:
tile1pos = {x=1234, y=1303, z=7, stackpos=0}
tile1 = getThingfromPos(tile1pos)
tile2pos = {x=1281, y=1321, z=7, stackpos=0}
tile2 = getThingfromPos(tile2pos)

tile = math.random(tile1, tile2)

local WalkAble = 469
local UnWalkAble = 4526

function onThink(interval, lastExecution)
if (item.itemid == 1945 and tile.itemid == UnWalkAble) then
	addEvent(doTransformItem(tile.uid,WalkAble), 100000)
elseif (item.itemid == 1946 and tile.itemid == WalkAble) then
	addEvent(doTransformItem(tile.uid,UnWalkAble), 150000)
end
return TRUE
end
plz chcek this script
 
Back
Top Bottom