• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Epicxz

  1. E

    [USA][7.72] Zenith | Launches July 16th 2022 @ 11:00 AM EST

    Played through the game a while back, had a lot of fun. Excited to play launch, a fun take but with old-school feel. Custom map definitely makes exploring fun again.
  2. E

    Zenith - A new type of Oldschool

    Pre alpha tester here, I will say I legit had a lot of fun playing through this. Loved having a fresh actual original map, and lots of the unique concepts didn't take away from the nostalgic original feel to the game. Deff gonna give it another go here when it comes up again. 1627050726 This is...
  3. E

    Addons Script TFS 1.0

    TFS 1.0 there are no errors in the console for this script.
  4. E

    Addons Script TFS 1.0

    I cannot seem to get this addon script to work. You can say Hi, addons, and help, however he doesnt respond to anything keywords for the actual addons. it is 10.37 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler)...
  5. E

    create djinn/rashid/item NPC

    So i saw it the other day but i cant seem to find it now, does anyone know where i can find the item list with ID for djinn/rashid and basic weapon/armor NPC?
  6. E

    Lifesteal Attack

    So i am trying to figure out how to make a lifestealing attack, usinga brutal attack like spell so i have local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat...
  7. E

    Make an item stackable

    so for example, i have concentrated demonic blood which is not stackable, is there a way to change the items.xml and make it stackable? or is that somewhere else.
  8. E

    Select 1 chest for quest

    hey guys thanks so much!
  9. E

    Select 1 chest for quest

    So yeah im still new at this, so how do i set it if there are 3 chest options that if player choses chest 1 he can no longer select chest 2 and 3. etc. thanks!
  10. E

    Don't Lose Items upon death

    found simple solution do this in playerdeath.lua @@ -5,6 +5,7 @@ function onDeath(cid, corpse, killer, mostDamage, unjustified, mostDamage_unjust local player = Player(cid) player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You are dead.") + doSetCreatureDropLoot(cid...
  11. E

    Don't Lose Items upon death

    yeah idk exactly either lets wait for Himii seems like he knows. and yeah no worries not in a big hurry thanks a bunch
  12. E

    Don't Lose Items upon death

    okay thanks yeah im not exactly sure where to put that im at login.lua which is function onLogin(cid) local player = Player(cid) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <= 0 then loginStr =...
  13. E

    Don't Lose Items upon death

    So is there a way to make automatic blessing/or AOL / or item loss chance 0, so that players dont lose items upon death? i cant seem to find it. where can i find the file to do this?
  14. E

    Code for getting outfits and addons

    so these are for both addons together correct? how would i do them separately ?
  15. E

    Code for getting outfits and addons

    What is this script for having an NPC sell oufits and addons? i would like them separately like as in you have to purchase each addon by iteself as well as any additional besides start premium addons. I have no clue how to do this so anything helps!
Back
Top