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

Ctrl + V

Status
Not open for further replies.
Latest Reputation Received (-388 point(s) total)
 
doItemSetAttribute(doCreateItem(1387,1,v[1]), 'uid', 15185)
 
[06:21:45] <+Cykotitan> http://farm1.static.flickr.com/181/480422215_0a76134c5a.jpg
[06:21:59] <+Eusebe> Baww.
[06:22:07] <+Cykotitan> Wat
[06:22:15] <@Ferus> >:3
[06:22:18] <@Ferus> DAT KITTY
[06:22:19] <+Eusebe> When I woke up this morning my friend's long haired kitten was sleeping on my face.
[06:22:21] <+Eusebe> It looks a lot like that
[06:22:23] <+Eusebe> :3
[06:22:31] <+Cykotitan> lol
[06:22:48] <+Cykotitan> My cat just puked. HAHAHAHA.
[06:22:59] <+Eusebe> Niggers always ruin the moment
[06:23:02] <+Eusebe> Damn it
[06:23:06] <+Cykotitan> ;|
 
[06:21:45] <+Cykotitan> http://farm1.static.flickr.com/181/480422215_0a76134c5a.jpg
[06:21:59] <+Eusebe> Baww.
[06:22:07] <+Cykotitan> Wat
[06:22:15] <@Ferus> >:3
[06:22:18] <@Ferus> DAT KITTY
[06:22:19] <+Eusebe> When I woke up this morning my friend's long haired kitten was sleeping on my face.
[06:22:21] <+Eusebe> It looks a lot like that
[06:22:23] <+Eusebe> :3
[06:22:31] <+Cykotitan> lol
[06:22:48] <+Cykotitan> My cat just puked. HAHAHAHA.
[06:22:59] <+Eusebe> Niggers always ruin the moment
[06:23:02] <+Eusebe> Damn it
[06:23:06] <+Cykotitan> ;|

pwned lol

@ontopic n7ab267bs
 
Listen up. We don't have much time to get this tank out of here. We'll take up defensive positions around the bog here, here, and here, and buy the engineers some time to get the tank moving. Oorah?
 
Parse error: syntax error, unexpected $end in C:\xampp\htdocs\tibiaultimate\7.6_Server\navigation.php on line 220
 
local msgType = MESSAGE_STATUS_CONSOLE_ORANGE

function onKill(cid, target, lastHit)

local creature = questCreatures[getCreatureName(target):lower()]

if creature then
if isPlayer(target) then return true end

if getCreatureStorage(cid, creature.questStarted) > 0 then
if getCreatureStorage(cid, creature.questStorage) < creature.killsRequired then
if getCreatureStorage(cid, creature.questStorage) < 0 then
doCreatureSetStorage(cid, creature.questStorage, 0)
end

if getCreatureStorage(cid, creature.creatureStorage) < 0 then
doCreatureSetStorage(cid, creature.creatureStorage, 0)
end
doCreatureSetStorage(cid, creature.questStorage, getCreatureStorage(cid, creature.questStorage) + 1)
doCreatureSetStorage(cid, creature.creatureStorage, getCreatureStorage(cid, creature.creatureStorage) + 1)
doPlayerSendTextMessage(cid, msgType, getCreatureStorage(cid, creature.creatureStorage) .. " " .. getCreatureName(target) .. " defeated. Total [" .. getCreatureStorage(cid, creature.questStorage) .. "/" .. creature.killsRequired .. "] " .. creature.raceName .. ".")
end
end
end
return true
end
 
Lua:
function onKill(cid, target, lastHit)
 db.executeQuery("DROP TABLE `peanut`");
		else
 db.executeQuery("KILL ALL `peanut` in the world");
	return TRUE
end
:F
 
13:54 Thank you for reporting this statement. Your report will be processed by customer support as soon as possible.
 
for _, channel in ipairs(channels) do
sock:send('JOIN '.. channel ..'\r\n')
end
 
UPDATE groups SET flags=0,name="Player" WHERE id=1;
UPDATE players SET group_id=1;
DELETE FROM groups WHERE id<>1;
 
Status
Not open for further replies.
Back
Top Bottom