• 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. H

    vip item

    open data/actions/scripts > create file Vip.lua -- Credits StreamSide and Empty function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid,11551) < 1 then if getPlayerLevel(cid) > 1 then getPlayerStorageValue(cid, 11551)...
  2. H

    The Forgotten Server 0.2.7 Mystic Spirit Console How Do I add Bow That No Need Arrow

    <attribute key="weight" value="70"/> <attribute key="slotType" value="ammo"/> <attribute key="attack" value="25"/> <attribute key="maxHitChance" value="90"/> <attribute key="weaponType" value="ammunition"/> <attribute key="ammoType" value="arrow"/> <attribute key="shootType"...
  3. H

    GlobalEvent 2.0 Database Cleaner - Inactive Players + The Players Child Data (skills, items, etc)

    houses doors bugged maybe you made them with a normal door without chaning them to house door
  4. H

    Count to 10!

    Three
  5. H

    Lua Check& see if you can help me this error please.. rep++

    ALTER TABLE `guilds` ADD `invited_to` INT( 11 ) NOT NULL , ADD `invited_by` INT( 11 ) NOT NULL , ADD `in_war_with` INT( 11 ) NOT NULL , ADD `kills` INT( 11 ) NOT NULL , ADD `show` SMALLINT( 1 ) NOT NULL , ADD `war_time` INT( 11 ) NOT NULL ; CREATE TABLE `deaths_in_wars` ( `guild_id` INT(...
  6. H

    Lua Check& see if you can help me this error please.. rep++

    try it ALTER TABLE `players` ADD `frags` INT( 11 ) NOT NULL DEFAULT '0'; ALTER TABLE `guilds` ADD `invited_to` INT( 11 ) NOT NULL , ADD `invited_by` INT( 11 ) NOT NULL , ADD `in_war_with` INT( 11 ) NOT NULL , ADD `kills` INT( 11 ) NOT NULL , ADD `show` SMALLINT( 1 ) NOT NULL , ADD...
  7. H

    mana+hp

    post one here?
  8. H

    War OT

    creature scripts? also register it in login.lua? can you send in creaturescripts.xml too?
  9. H

    mana+hp

    i tried alot of scripts and all if you are going to make it heal with higher than 10k you can't see good effect ;/
  10. H

    spell from quest chest

    sorry i didn't read the xml ;p
  11. H

    Count to 10!

    one
  12. H

    Change item look

    he can put the floor from map editor and use unique id 2028 on it and use this script? -.^ i tried it and it worked ;p
  13. H

    [Sweden][8.54-8.57][Xerazxot Custom Evoulation 100% Free From Crashs%Bugs]

    do you think it's comment ..... you just kidding with me ? -.^
  14. H

    Change item look

    try it put iniqueid on the floor then Data -> Actions -> Actions.xml <action uniqueid="2028" event="script" value="changeoutfit.lua" Data -> Actions -> Scripts -> changeoutfit.lua local outfit = {lookType = 350, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0...
  15. H

    how do i block a ip with linux?

    try this Protection From DDos
  16. H

    Count to 10!

    one
  17. H

    Lua Bazir Mirror

    function onUse(cid, item, frompos, item2, topos) local LustroPos = { x=32739, y=32392, z=14, stackpos=2} local TapestryPos = { x=32739, y=32393, z=14, stackpos=2} local tpPos = {x=32712, y=32392, z=13} local getItem4 = getThingFromPos(tpPos) local getItem2 = getThingFromPos(LustroPos) local...
  18. H

    spell from quest chest

    why ? doPlayerSendCancel(cid, "You have already done this quest and aquired the reward.") and you are gonna make chest in it the reward , the spell will be like a scroll ? ;d
  19. H

    How to change description of items?

    wrong post
Back
Top