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

Search results

  1. Nightss

    simple script? (moveevents)

    ohh alright, is in items.xml or vocation.xml i dont remember, only add atribute; <attribute key="dualwield" value="1"/> and in movements edited the movements.xml on the only X vocation can use the item. example; <movevent type="DeEquip" itemid="7891" slot="feet"...
  2. Nightss

    Transform amuelt?? Rep+ for help :)

    something? local x = { outfit = 35 -- Outfit stat = 83645 -- Storage Value inmunity = fire -- Inmunity } local change = createConditionObject(CONDITION_OUTFIT) addOutfitCondition(change, {lookType = x.outfit, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0})...
  3. Nightss

    simple script? (moveevents)

    I do not understand, could you explain more ?? please??
  4. Nightss

    Selling Shadowcores money!

    Recommended Is 100% Safe!
  5. Nightss

    La patria NO se vende

    Jaja Soy Mexicano pero No Creo Que Mexico Progrese Con Tanta Reforma..
  6. Nightss

    Pokemon Universe Online

    nice mapping, good server have a luck ;)
  7. Nightss

    If stand in action Create Monster

    Explicited; function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) local name = "demon" -- Monster Summoned local pos = {x=803, y=822, z=7} -- Position On Summon Monster if item.aid == 1111 then doCreateMonster(name, pos) doPlayerSendTextMessage(cid, 20, "You...
  8. Nightss

    Action Advanced Mount Sistem

    Alright Cbrm :D
  9. Nightss

    Action Advanced Mount Sistem

    Hello Otland! I Create This Script For Server 8.7+, This Script Is For Use ItemID 1945 And ActionID And You Adquired A Mount :D Now; Here Are A Script if not getMountInfo then MOUNTS = {} do local o = io.open('data/XML/mounts.xml','r') file = o:read('*a') o:close() end for body...
  10. Nightss

    Action ManaRune Vocations

    Hi, i made this scripts for each vocation to heal different mana ;) Actions / Scripts function onUse(cid, item, fromPosition, itemEx, toPosition) local sorcerer = 900 -- Mana Whit Sorcerer local druid = 900 -- Mana Whit Druid local paladin = 600 -- Mana Whit Paladin...
  11. Nightss

    [TFS 1.0 / 1.2] LUA Functions

    :O nice men, who really wants to work should read this
  12. Nightss

    [Luriseq] Classic cave.

    Nice Mapping!! :D Good Job!
  13. Nightss

    Action Level Reward!

    Corriged Script, Srry... XD!
  14. Nightss

    Action Level Reward!

    Hello, :) This Scripts Is For You "Use" And For Reward Have You One Level! Is 100% Me...! YourOt/data/actions/scripts LevelR.lua; local levelup = 1 --- Level Up local level = 100 --- Level For Use Item function onUse(cid, item, fromPosition, itemEx, toPosition) if...
  15. Nightss

    [XML FUNCTIONS] All NewTypes :D

    Hiiiii! Here Are All LookType :D 0 - Void 1 - <Nothing> 2 - Orc warlord 3 - Warwolf 4 - Orc rider 5 - Orc 6 - Orc shaman 7 - Orc warrior 8 - Orc berserker 9 - Necromancer 10 - Yellow butterfly 11 - Massive water elemental 12 - Archdemon 13 - Black sheep 14 - Sheep 15 -...
  16. Nightss

    CreatureEvent Skills For Level ;)

    Thanks, I Am Aprendice And Still Not Much Of This Topic Men :/
  17. Nightss

    Spell Exori combo spell

    Nice Spell I Use For My Project Thanks!
Back
Top