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

    Solved Visual Studio Community 2022 error

    Hello, I'm having trouble even before i get into the compiling, which im sure will give me additional errors! :D When i'm installing the Visual Studio Community, this error shows up regarding DISM.exe. I have no idea what it is, or how i solve it. I've tried to execute the commands in CMD...
  2. bybbzan

    Zombie event 1.5 - downgrade 8.6 by nekiro

    Zombies doesn't hit me. No errors in console, what did i miss? Creaturescript.lua function onDeath(cid, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) local monster = Monster(cid) monster:say("OH SH*T! >.<", TALKTYPE_ORANGE_2)...
  3. bybbzan

    Solved Unknown column?

    I've been working on my server for a couple of days now, and suddenly i cant login anymore. This showed up randomly today when i started the server. How do i fix this? SOLVED: ALTER TABLE accounts ADD lastday INT(15) NOT NULL DEFAULT 0; ALTER TABLE accounts ADD premdays INT(15) NOT NULL...
  4. bybbzan

    Characterprofile.php show flag

    How do i write to get the country flag for the account? characterprofile.php <tr><td>Name:</td><td><?php echo $profile_data['name']; ?></td></tr> <tr><td>Country:</td><td><?php echo $profile_data['flag']; ?></td></tr> <tr><td>Level:</td><td><?php...
  5. bybbzan

    Would you play?

    My infinite edited Evolutions 8.6. I've worked on this project for many years back and forth without rly getting finished. I'd like to take the pulse on you guys to see if anyone would give it a go? Map: Edited Evolutions Client: 8.6 Stage: x250 - x2 Task system with outfit and addons as...
  6. bybbzan

    Lua Skill scroll based on used weapon

    Yo! I request a skill scroll based on the weapon you are using. For example a knight using an axe, should get axe fighting if he uses the scroll. However, if he change to a sword, the scroll should add sword fighting. Is this possible for 0.4? Thanks in advance.
  7. bybbzan

    Remove storage

    function onKill(cid, target, damage, flags) for v, k in pairs(t) do local master = getCreatureMaster(target) if(master and master ~= target) then return true end if(bit.band(flags, 1) == 1 and isMonster(target) and isInArray(v, getCreatureName(target))) then...
  8. bybbzan

    Bybbzan's Mapping

    I'll post some mapping pieces from my Evo-edit 8.6 I've worked on this map for quite some time. I map whenever i feel like it, which i haven't done in a long time. Feel free to comment and give feedback :)
  9. bybbzan

    OTserver Questionnaire 2020

    Hey guys! I made a survey/questionnaire to see what people rly want to play. Please take a moment to fill the form below, for me, yourself and others. I'll share the results, and why not build the server the majority wants. https://forms.gle/uAMrodkHsZtbDqjx7 Let's go!
  10. bybbzan

    Server spam?

    Is it just me, or is this looking weird? Several new servers were added almost the same time, the description of every single server is close to identical to each other. What is this bullshit? And as you can see, record of 3~players. Also, the name of the servers follows a thread, zapto and...
  11. bybbzan

    Scripter Task script + boss 1.2 [8.6] needed

    Hello guys. I've been struggeling for a while to get the script i need. I really need this script to complete my server. I want a NPC to offer different tasks to choose from [cyclops, dragon lords, giant spiders etc] Kill the required amount, reward the player money, exp or storage value...
  12. bybbzan

    Remove modal window in script

    Hi! Could someone help me remove the modal window in this script and replace it with whatever works for 8.6? Thanks local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  13. bybbzan

    Implement function to script

    Hello. is it possible to implement a function like this to the script? If so, could someone help me do it? implement part: if player:getStorageValue(22223) == 1 then -- Check if he has already started the task. npcHandler:say('You have...
  14. bybbzan

    Haste - Heal exhaust 8.6

    Hi guys. I'm using 8.6 (1.3 engine] and bumped into a problem. When i haste (utani hur, utani gran hur) and try to heal i get exhausted for like 2 sec. It should work immediately after eachother. Attack spell and heal works like a charm. How to solve that?
  15. bybbzan

    Boss tasks

    Hello! I request a task script just for bosses that should work something like this: Player: Hi NPC: Hello, ask med for a task. Player: task NPC: You can choose between crocodiles, tarantulas or dragon lords. Player: dragon lords NPC: You need to kill 100 dragon lords to face the dragon lord...
  16. bybbzan

    Lua Zombie Event Error

    Trying to set up Zombie Event for 8.6 (1.3) Get this error.. Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/zombie_event/zombie_think.lua:onThink LuaScriptInterface::luaItemSetAttribute(). Attempt to set protected key "uid" stack traceback: [C]: in function...
  17. bybbzan

    Monster doesnt work until /reload monsters

    I made this custom-monster. As you can see its supposed to change outfit very often. However, this doesnt work until i type /reload monsters. I have to do this every time i start the server, why is that? Thanks in advance. <?xml version="1.0" encoding="UTF-8"?> <monster name="Shapeshifter"...
  18. bybbzan

    Boss teleport

    TFS 0.4 I need a boss teleport script that works like this: Player complete task, gets storage X If player storage X and enter boss tp, face boss X. Else "You did not complete the task" Player complete task, gets storage Y If player storage Y and enter boss tp, face boss Y. Else "You did not...
  19. bybbzan

    Task error

    Hello. Im using this script, and get this error, can someone help me fix it? local STORAGE = 18008 local TALKSTATE_PICK = 1 local TALKSTATE_RESET = 2 local TALKSTATE_COMPLETE = 3 local TASKSTATE_COMPLETED = 1 local TASKSTATE_BOSS = 2 local TASKSTATE_FINALIZED = 3 local tasks = {...
  20. bybbzan

    7.6 Help to remember map

    Hello guys! When i first started out making OTS years ago, 7.6 ruled. Almost every 7.6 distro i downloaded had this map included. I have this strong feeling in my head that it was named Neverland, but it could have been something else, similar to that name. Cuz i've searched for Neverland maps...
Back
Top