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

8.54 Evo map by Wordan (New Suicideot map)

Code:
function onUse(cid, item, frompos, item2, topos)


	if item.uid == xxxxx then
		if getPlayerStorageValue(cid,xxx) == -1 then
			doPlayerSendTextMessage(cid,25,"Here is your blahh!")
			doPlayerAddItem(cid,xxxx,1)
			setPlayerStorageValue(cid,xxx,1)
		else
			doPlayerSendTextMessage(cid,25,"You have already gotten your reward.")
		end
	
	end
	return TRUE
end

Okay, Player Unique Storage Id, put any random id, for that and then fill in the rest of the spaces where it needs it.

Then edit what you have received

Then add your item id

then add your storageid

Then in map editor, double click chest and add 2000 for Action Id, then for unqiue id is your Storage Id you put in the script.

Also dont forget to register this in actions.xml

Code:
<action uniqueid="20130" event="script"value="quests/annihilator/2nd manarune.lua"/>

then use the storage id for the unique id and edit your destination of the script (value)

I miss anything?
 
Wtf?

wtffzq.jpg
 
That obviously means those teleports werent done....lawl...wow
 
Yes, theres no more xml ot's barley unless someone just made one themselves.
 
man, the server suck ass, cuz have many errors in console. but the map is nice.

thanks.
 
Nicht, the server may not be the best but it ain't hard to make it great :) Use this as a project and fix buggs and remap then it will be better :p
 
I think im going to fix the server up and yeah and put it up. PM me if you wanna help me.
 
Assassin, I'm doing the same ;) Almost done. It is getting pretty awesome ^^
 
It's funny i'm doing something similar xD
However I haven't done too much yet ;]
 
Last edited:
its great, but there missing some stuff in it, like dll files and the exe file ;o
 
Back
Top