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

Recent content by njitram

  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

    Bedankt rep for you!
  4. njitram

    NPC setPlayerStorageValue Bug

    hehe thats a blank line between function onThink() npcHandler:onThink() end function creatureSayCallback(cid, type, msg)
  5. njitram

    NPC setPlayerStorageValue Bug

    [09/07/2008 16:39:57] Lua Script Error: [Npc interface] [09/07/2008 16:39:57] data/npc/scripts/mining.lua [09/07/2008 16:39:57] data/npc/lib/npc.lua:9: bad argument #1 to 'find' (string expected, got nil) [09/07/2008 16:39:57] Warning: [NpcScript::NpcScript] Can not load script...
  6. njitram

    NPC setPlayerStorageValue Bug

    hey well still aint working: Item could not be summoned. /n Twan Item could not be summoned. /n twan Console doesnt give a bug
  7. 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...
  8. 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...
  9. njitram

    Part of 8.11 Real Tibia Map ( Includes all floors)

    sorry wrong thread
  10. njitram

    The Forgotten Server v0.2rc12 (Mystic Spirit)

    Thanks m8 ;)
  11. njitram

    Tibia Multi (cheat pack)

    You got an source code for this? Can you share? Thanks :) Btw love it (a)
  12. njitram

    MySQL vs SQLite

    MySql Because Its nice for remote controle ;) Both are running on same Speeds but players saving i would use MySQL SQL-Lite has its time out to long it can be changed but not manny ppl know how.. but i can work with both but i prefer MySQL
  13. njitram

    The Forgotten Server v0.2rc12 (Mystic Spirit)

    Small question How do i download easy all the files from SVN from: http://forgottenserver.svn.sf.net/ Greetz Marty
Back
Top