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

Search results

  1. ahmed30

    Lua Just started scripting need some directions!

    if getPlayerSkullTicks(cid, 1) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, You can't have white,red,black skull to use this teleport system) elseif getPlayerSkullTicks(cid, 3) then it's an example :P
  2. ahmed30

    Spell Utani Death Hur -Haste Spell-

    lol it;'s working i tested it and it worked ;O
  3. ahmed30

    Spell Utani Death Hur -Haste Spell-

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatParam(combat, COMBAT_PARAM_EFFECT, 6) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1494) local condition = createConditionObject(CONDITION_HASTE) setConditionParam(condition...
  4. ahmed30

    Lua Just started scripting need some directions!

    -- Written by Xerazx -- local temple = {x = 95, y = 117, z = 7} function onSay(cid, words, param) if getCreatureSkullType(cid) < 1 then if doPlayerRemoveMoney(cid, 20000) then doTeleportThing(cid, temple) doSendMagicEffect(temple, CONST_ME_TELEPORT)...
  5. ahmed30

    Gamemaster Searching serious gamemasters to RoHaN-ots!

    weak spell and there's a chance for the player to die ????? it gonna send error? if isPlayer(cid) then?? if not isPlayer(parameters.cid) then ??
  6. ahmed30

    Windows Sloved

    Sloved by my self ;)
  7. ahmed30

    Windows Sloved

    yea i made but people can open the channel and write any word then relog and open the chat again it crashs !!! example Cyktotian: opened his private chat channel Cykotitan: wrote Hi on the private chat channel Cykotitan: Made relog Cykotitan: Login His Character Cykotitan: opened His private...
  8. ahmed30

    Second Promotion

    replace doCreatureSay with doBroadcastMessage ????
  9. ahmed30

    Windows Sloved

    nvm
  10. ahmed30

    Quest Reward bugg!

    why you don't use script? open actions.xml <action uniqueid="200" script="quest.lua"/> then go to scripts and make file called quest.lua then put this script in it function onUse(cid, item, frompos, item2, topos) if item.uid == 200 then queststatus = getPlayerStorageValue(cid,92)...
  11. ahmed30

    The item ids has bein changed?!

    why you don't use any other items.xml ?
  12. ahmed30

    The item ids has bein changed?!

    use notepad++ and try :D
  13. ahmed30

    Guild War system

    [28/08/2010 09:57:23] [Error - TalkAction Interface] [28/08/2010 09:57:23] data/talkactions/scripts/GuildWar.luanSay [28/08/2010 09:57:23] Description: [28/08/2010 09:57:23] data/lib/004-database.lua:60: [Result:getDataInt] Result not set! [28/08/2010 09:57:23] stack traceback: [28/08/2010...
  14. ahmed30

    Count to 10!

    restart
  15. ahmed30

    Guild War system

    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( 11 )...
  16. ahmed30

    How do i make it where people dont lose items when they die, for my war server

    open localhost/phpmyadmin then click sql
  17. ahmed30

    [C++]Set CreatureSkullType random every spawn

    check line 71
  18. ahmed30

    Count to 10!

    oneeeee
  19. ahmed30

    TBH i don't know what to put for title! client error?

    you mean when you try to login it says on console player XXX has login then player XXX has logout at the same time? if it is check login.lua, also vip system
Back
Top