• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Problem with Achivement script

sunde

New Member
Joined
Nov 15, 2011
Messages
10
Reaction score
0
Hi!
i have problem i dont know where to paste achivement script to Svargrond Arena i got Svargrond Arena Mod : http://otland.net/f163/mod-perfect-svargrond-arena-system-64968/

and i want to enter this script:
Code:
function onKill(cid, target, lastHit)
	if lastHit and isMonster(target) and getCreatureName(target):lower() == 'orcus the cruel' and getPlayerStorageValue(cid,76225) == -1 then
	 doPlayerSendTextMessage(cid,22,"Congratulations! You earned the achievement \"Greenhorn\".")
		doPlayerAddAchievement(cid, 25)
		doCreatureSetStorage(cid, 76225, 1)
	end
	return true
end

from that theard http://otland.net/f81/achievements-pack-132764/

Please to fast answer,
Sunde
 
Back
Top