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!
I was interested on statues trainers (offline trainers)
But this script is also amazing... i think i gonna use...
if u guys know how to put exp stages on offline trainer i think it should be =/ 3 to be fair
I'm trying to add ping functions to 0.4 source codes by using @Mock base to use this test script made by @M0ustafa it should protect players when server got in ddos, it should kick everybody while server is on DDOS attack...
But i just make some small changes to put it to run, idk if it is...
Pls tell me, what i did wrong?
I don't know C++, just try to do by grab some codes...
Thats the original script (to 0.3.6)
https://otland.net/threads/getotsystime-getplayerping-cid-doplayersendping-cid.121182/
I need to use functions like this: GlobalEvent - Auto kick lagged players + DDoS...
ty guys
i would like to give 2 best answers...
@Deatthraz
what this 3 in the middle means?
{0, 0, 1, 0, 0},
{0, 1, 1, 1, 0},
{1, 1, 3, 1, 1},
{0, 1, 1, 1, 0},
{0, 0, 1, 0, 0}
I have this spell
local manaporlevel = 3
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA)
setCombatParam(combat, COMBAT_PARAM_USECHARGES, true)
local area =...
But and if i want to combo with druid spells?
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false)
local area = createCombatArea(AREA_SQUARE1X1)
setCombatArea(combat, area)
local condition =...
<instant name="Inflict Wound" words="utori" maglv="5" mana="150" prem="0" aggressive="0" params="1" exhaustion="2000" needlearn="0" event="script" value="utori.lua">
<vocation id="1"/>
</instant>
I'm making this project too, i want to use it too... :D
With this should work...
I tried to add ping functions in my 8.6 server (0.4) it would be so useful to so many functions
But i couldn't put it to work, is anyone with more experience could help me?
When i try to test:
!ping
function onSay(cid, words, param, channel)
local sendping = doPlayerSendPing(cid)...
Last try:
luascript.cpp
https://pastebin.com/e2whPP35
luascript.h
https://pastebin.com/umbJgimb
errors
CC = g++
In file included from luascript.h:33:0,
from luascript.cpp:18:
luascript.cpp: In member function ‘virtual void LuaInterface::registerFunctions()’...