• 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

    rebirth onlook script

    need this ? <?xml version="1.0" encoding="UTF-8"?> <npc name="Rebirth Npc" script="data/npc/scripts/rebirthnpc.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="130" head="39" body="122" legs="125" feet="57" addons="0"/> <parameters>...
  2. ahmed30

    rebirth onlook script

    create file data/npc/scripts/rebirthnpc.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local t = {} local level = 50000 local cost = 10000 function onCreatureAppear(cid)...
  3. ahmed30

    -mute bug- tfs 0.3.6

    replace your data/lib or post your functions.lua function doMutePlayer(cid, time) local condition = createConditionObject(CONDITION_MUTED) setConditionParam(condition, CONDITION_PARAM_TICKS, time * 1000) return doAddCondition(cid, condition) end
  4. ahmed30

    Windows Other Players Cannot Login?

    turn off your isp /firewall/any kind of antivirus
  5. ahmed30

    Fixing a spell!

    local spell = "Donation Spell" function onUse(cid, item, fromPosition, itemEx, toPosition) if not getPlayerLearnedInstantSpell(cid, spell) then doPlayerLearnInstantSpell(cid, spell) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have learned spell " .. spell .. "!")...
  6. ahmed30

    Windows problem

    download this subversion then compile and try Subversion
  7. ahmed30

    Some lib function problems

    modules Wklej.to - po prostu wklej to! - paste: aE14I post your 032-position or replace it with function isInRange(position, fromPosition, toPosition) return (position.x >= fromPosition.x and position.y >= fromPosition.y and position.z >= fromPosition.z and position.x <= toPosition.x and...
  8. ahmed30

    Getting the server running (help needed)

    if you tried with 127.0.0.1 and it login then put your ip and turn off ISP/FireWall/and there's some antivirus like nod32 and these shits blocking the ports
  9. ahmed30

    Windows problem

    then check creaturescripts/globalevent <cause some times there's files like restart or smth/ or use gdb :D
  10. ahmed30

    Getting the server running (help needed)

    have you opened port 7171, 7172?
  11. ahmed30

    <<<<<Scripts Needed >>>>>>

    index case "killstatistics"; $topic = "Last Kills"; $subtopic = "killstatistics"; include("killstatistics.php"); break; create php file <?PHP $players_deaths = $SQL->query('SELECT `player_deaths`.`id`, `player_deaths`.`date`, `player_deaths`.`level`, `players`.`name`...
  12. ahmed30

    <<<<<Scripts Needed >>>>>>

    create php file called most frags.php <?php $main_content .= '<div style="text-align: center; font-weight: bold;">Top 30 Frags on ' . $config['server']['serverName'] . '</div> <table border="0" cellspacing="1" cellpadding="4" width="100%"> <tr bgcolor="' . $config['site']['vdarkborder'] . '">...
  13. ahmed30

    How to change color of my layout background?? rep+

    then check basic.css background-color not sure ;s
  14. ahmed30

    Lua Mod capture the flag

    ctf map rar Rep++ :p
  15. ahmed30

    Lua Mod capture the flag

    <?xml version="1.0" encoding="UTF-8"?> <mod name="CTF" version="1.0" author="Doggynub" contact="otland.net" enabled="yes"> <config name="toto"><![CDATA[ --[[ Storage Settings]]-- Owner = 1900 -- put empty storage FLAG2_INn = 4000 -- put empty storage FLAG_IN = 4001 -- put empty...
  16. ahmed30

    Items problem

    then download all the sources and compile.
  17. ahmed30

    How to change color of my layout background?? rep+

    it's a pic in your layout check C:\xampp\htdocs\layouts\tibiacom\images\content/scroll.gif
  18. ahmed30

    Windows problem

    you tried to open it with 127.0.0.1? and didn't crash?
  19. ahmed30

    Compiling No exp to same IP C++

    search
  20. ahmed30

    Items problem

    are you sure there's <attribute key="skillDist" value="2" /> in items.xml?
Back
Top