Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Did you add anything to your creaturescript ? (corrupted script)
You must of have,
There was an error with zombie event
that if you add a script to creaturescript
than every time somebody had a PVP they didnt die
the life stayed at 1hp
Ive already added this to database,
its still not working.
ps. its only doing it with the accept command
[Error - TalkAction Interface]
data/talkactions/scripts/war/war.lua:onSay
Description:
data/talkactions/scripts/war/war.lua:70: attempt to call global 'doGuildAddEnemy
' (a nil...
Well, all works except this:
When guild has sent a War to other guild and
other guild wants to accept, they say: /war accept, guildname
and i get an error in console:
[Error - TalkAction Interface]
data/talkactions/scripts/war/war.lua:onSay
Description...
Thanks CorneX ;)
Ive got it working - It was /war invite, Testers, 100
but you're getting a rep for bigggg Help :)
- - - Updated - - -
Just 1 more Question - I know how to invite :)
but how to Accept ? :D
None of them Work,
but i have found that...
(" .. guild .. ", " .. enemy .. ", " .. begining .. ", " .. ending .. ", " .. frags .. ", " .. payment .. ");")
- - - Updated - - -
this is part of the war script
- - - Updated - - -
in talkactions
I tried in Guild Channel but doesnt work.
Just get Yellow text
Instead of red.
- - - Updated - - -
Yeah, i have written the command in guild channel
and it appeared as normal text but if I write normal text in
guilds channel than its normal.
So there must be something wrong with the...
Have a Look around the Otland, Speak to some Script owners
and find out if anybody's selling one :)
Also check out my LMS (Last man standing Event) - http://otland.net/f82/last-man-standing-event-100-working-185769/
Regards, Patriciou
Hello Otlanders.
Well, I've got a War system With Shields like in Real Tibia but...
I have got a problem with the Command.
When player says - /war Name of Guild
Nothing happens, I dont get any errors in console
or anything like it.
Talkaction/scripts/war/war.lua
function...