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

    Gold/plat/cryst searching

    i hope some one has something on this: <?php function GetTotalCash($where, $itemid){ $ig = 0; $ingetgold = mysql_query("SELECT * FROM $where WHERE player_id = '$acc' AND itemtype = $itemid"); while($inshowgold = mysql_fetch_array($ingetgold)){ $invgold[$ig] = $inshowgold[count]...
  2. njitram

    XML Spell reader (8.1/8.2)

    XML.php (name it what ever you like) <?php $file = "C:\ot\data\spells\spells.xml"; //This shows the place where PHP must read from $lastinstant = "Undead Legion"; //End of the last instand spell $lastconjur = "Thunderstorm"; //End of the last conjure spell $lastrne = "Drunkness"...
  3. njitram

    NPC setPlayerStorageValue Bug

    Hellow I have a small problem with the creation of LUA files for NPC's: mining.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  4. njitram

    NPC bug

    Hello Ive found an NPC bug: <parameter key="shop_buyable" value="meat,2666,5;ham,2671,5;salmon,2668,5;shrimp,2670,5;dragon ham,2672,5;pear,2673,5;red...
Back
Top