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

MoveEvent Inq portals(with orange text, storages to use main room and creating boss portals)

bump.
no energy required to enter main room tps script /\
 
bump.
no energy required to enter main room tps script /\

Remove:
Lua:
		elseif(config.mainroom[item.actionid]) then
			if getPlayerStorageValue(cid, config.storage)>=config.mainroom[item.actionid].value then
				doTeleportThing(cid, config.mainroom[item.actionid].pos)
				doCreatureSay(cid,config.mainroom[item.actionid].text,19)
			else
				doTeleportThing(cid, fromPosition)
				doCreatureSay(cid, config.walkback, 19)
			end
 
no, i don't want to remove it, on my script i can enter tp without the energy. i wanna fix it ;x
 
no, i don't want to remove it, on my script i can enter tp without the energy. i wanna fix it ;x

You probably put the wrong actions on the portals. I used this system on one of my old servers and it worked fine.
 
it's not working i have tfs 0.3.6 and need help whit inq and my server is finished but the scripts not working on my server i have teste like 100 scripts and they not working help!!!
 
Back
Top