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

    Cipsofts borders?

    $main_content .= '<div class="TableContainer" > <table class="Table1" cellpadding="0" cellspacing="0" > <div class="CaptionContainer" > <div class="CaptionInnerContainer" > <span class="CaptionEdgeLeftTop"...
  2. Bufo

    Lua Hello I need some help with heal fountain.

    Hello I need some help with script "heal fountain". If player use fountain will add for him 100 % health and mana. Can you correct my script ?: function onUse(cid, item, frompos, item2, topos) if item.aid == 4467 then doCreatureAddHealth(cid, 1000000) // What function is 100% "max" ...
  3. Bufo

    GlobalEvent [GlobalEvent/Npc] Unique Lottery System

    Can you tell me what is "Unique" in this system ?
  4. Bufo

    GlobalEvent [GlobalEvent/Npc] Unique Lottery System

    Ok thanks working ; ] And what this system is being rewarded with from other, apart from that has more code ;s ?
  5. Bufo

    GlobalEvent [GlobalEvent/Npc] Unique Lottery System

    I have error in second sql: CREATE TABLE IF NOT EXISTS `lottery_users` ( `lottery_id` INT( 11 ) NOT NULL DEFAULT '0', `user_id` VARCHAR( 32 ) NOT NULL DEFAULT '', `owner_id` INT( 11 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` ) ) ENGINE = INNODB DEFAULT CHARSET = latin1 AUTO_INCREMENT...
  6. Bufo

    MoveEvent Slot system - Multi slot (No crashes)

    how can i set maximum % for slot ?
  7. Bufo

    [Gesior Acc][Layout] Designed by TemplateDealer.ch coded by Bufo.

    Because of many requests I rehost link. WoW Cataclysm rar
  8. Bufo

    NPC Lag ...

    Witam! Dzisiaj na moim serwerze miały miejsce wielkie lagi ... Dowiedziałem się że było to spowodowane tym że gracz podchodził do npc i pisał hi -> buy 100 rope -> yes i robił się lag na kilka (naście) sekund ... Czy posiadacie fixa bo wiem że coś takiego istnieje. Proszę o szybką pomoc.
  9. Bufo

    NPC Lag ...

    Hello ! Today on my server numerous sticks took place... I learnt that it had been caused by the fact that the player came up to npc and he wrote hi - > buy 100 rope - > yes and came into existence of sticks for a few seconds. Do you have fix script for npc ? Please Help Me.
  10. Bufo

    TFS linux

    Hmm właśnie może problem tkwić w tym że jest przycięty tfs na porcie 7171 i nie da się go za nic wyłączyć ; /
  11. Bufo

    TFS linux

    web5@pro1102:~/tmp/ots2$ screen -r There is no screen to be resumed. ; /
  12. Bufo

    TFS linux

    web5@pro1102:~$ killall -9 screen screen(1035): Operation not permitted screen(2485): Operation not permitted screen(3845): Operation not permitted screen(7074): Operation not permitted screen(14291): Operation not permitted screen(15750): Operation not permitted screen(18223): Operation not...
  13. Bufo

    TFS linux

    Jeżeli zły dział proszę przenieść. Witam mam problem, mam zapchany port 7171 i nie mogę odpalić silnika próbowałem już wszystkiego killall -u Nick i za każdym razem jest ten sam problem. [13:54:00.007] >> TheForgottenServer server Online! theforgottenserver...
  14. Bufo

    CreatureEvent [Talkactions,Globalevents,Lib,Monsters] Castle War System + Maps!!!

    [6:58:32.567] [Error - CreatureEvent::configureEvent] No valid type for creature event.event.castle [6:58:32.567] [Warning - BaseEvents::loadFromXml] Cannot configure an event [6:58:32.567] [Error - CreatureEvent::configureEvent] No valid type for creature event.event.castle [6:58:32.567]...
  15. Bufo

    Selling [DATAPACK] Roxor FULL Edited rescripted TFS 0.3.6 [8.54]

    How many you want by it
  16. Bufo

    Step on quest

    UHH!!! I Love You Summ ; * xD It's working thanks ; ]
  17. Bufo

    Step on quest

    <!-- Walkback when walking on quest chest --> <movevent type="StepIn" itemid="1738" event="script" value="walkback.lua"/> <movevent type="StepIn" itemid="1740" event="script" value="walkback.lua"/> <movevent type="StepIn" fromid="1746" toid="1749" event="script" value="walkback.lua"/>...
  18. Bufo

    Step on quest

    hmm i have quest system in action id wrote 9899 and in unique: items id ; (
  19. Bufo

    Images in Auction System.

    Change: <img src="C:\xampp\htdocs\images\items'.$auction['item_id'].'.gif"/> For: <img src=" images/items/'.$auction['item_id'].'.gif"/> /\ DELETE SPACE
  20. Bufo

    Step on quest

    I have problem witch quest. Player can step on quest and at some quests can take showpiece award
Back
Top