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

    Windows Znote Acc reset system

    Reset system like, the palyer get to a certain level, let's say 300, then he can reset if he wishes, he doesn't lose his items/cap/skills/hp/mana, only his level goes back to 8, then he keeps on reseting to get more hp/mana. But after a few resets, the leve which the player resets, get's higher...
  2. juansanchez

    Windows Znote Acc reset system

    Hey otland guys, i recently downloaded Znote acc for my 10.90 server, however my server requires a reset system, and my old one doesn't work (it was in game, not on site), does anyone knows/have a reset system? I'm using Tfs 1.2
  3. juansanchez

    10.91 talkaction

    Oh thanks limos :) any specific reasons it has to be like this, or it just has to and that's it?
  4. juansanchez

    10.91 talkaction

    Mind explaning me why the account id needs to be 5? I have the same problem with the gods talkcations, bunch of them doesnt work.
  5. juansanchez

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    znote, i had some trouble with password, 1/1 doesn't work, nothing on both fields, also doesn't work, and when i try to go in mysql database/accounts, there's no account.
  6. juansanchez

    Add Custom Menu and Brushes to RME (Video) + Code used in video

    Codex, would you know how to make this with walls? @Edit Nvm, i figured on my own how to do so :P
  7. juansanchez

    Windows Npcs Crashing the Server

    Where do i change both those things?
  8. juansanchez

    Windows Npcs Crashing the Server

    Does anyone have a solution?
  9. juansanchez

    Windows Npc Call Stack Overflow error

    Anyone?
  10. juansanchez

    Windows Npc Call Stack Overflow error

    I got two npcs that this happens: Bento.xml Bless.lua Peach.xml Mount Rent.lua The mount one, is also in mods, don't know if you need it.
  11. juansanchez

    Windows Npc Call Stack Overflow error

    Hey otland, for some reason some Npcs i create, they answer to a "Hi" like this: And this error shows in console: [13:35:59.410] [Warning - Npc::createNpc] Cannot find npc with name: peac. [13:36:03.957] [Error - NpcEvents::onCreatureSay] NPC Name: Roxti - Call stack o verflow...
  12. juansanchez

    Solved Skill Quest error with Knight

    Amem! After so long, you did it! It's working Flawlessly.... Thank you soooooooooooooooooooooooooo much, and sorry for all the trouble..
  13. juansanchez

    Solved Skill Quest error with Knight

    function doPlayerAddMagLevel(cid, amount) That's the function that exist. Lib, 050-functions?
  14. juansanchez

    Solved Skill Quest error with Knight

    if pV == 5 or pV == 6 or pV == 12 then setPlayerStorageValue(cid, 2357, 1) doPlayerAddMagLevel(cid, MAGIC_LEVEL, 6) doSendMagicEffect(getPlayerPosition(cid), 28) doSendAnimatedText(getPlayerPosition(cid), "Magic Up", TEXTCOLOR_BLUE)
  15. juansanchez

    Solved Skill Quest error with Knight

    Something is off about the Magic Level, it only adds 1 no matter the number i use, all the others skills are working just fine
  16. juansanchez

    Solved Skill Quest error with Knight

    [19:46:27.592] > SAVE: Complete in 1.69 seconds using binary house storage. [19:46:28.907] [Error - LuaInterface::loadFile] data/actions/scripts/arquivo.lua :11: unexpected symbol near '+' [19:46:28.908] [Error - Event::checkScript] Cannot load script (data/actions/scr ipts/arquivo.lua)...
  17. juansanchez

    Solved Skill Quest error with Knight

    It kind of worked.... However the amount of skill it add it's wrong, for mages it added 9 Magic levels. Knights, added 42 skills '-' And also, when i right click the chest, the server freezes (i belive is because the amount of skill it adds, if a lot of players click at once will it crash?)...
  18. juansanchez

    Solved Skill Quest error with Knight

    No, in my server the function related to skills is: doPlayerAddSkill, i don't have doPlayerSetSkill funciton on my lib.
  19. juansanchez

    Solved Skill Quest error with Knight

    [18:42:03.669] [Error - Action Interface] [18:42:03.670] data/actions/scripts/arquivo.lua:onUse [18:42:03.671] Description: [18:42:03.672] data/actions/scripts/arquivo.lua:41: attempt to call global 'doP ayerSetSkill' (a nil value) [18:42:03.673] stack traceback: [18:42:03.674]...
  20. juansanchez

    Solved Skill Quest error with Knight

    @Thaian Citizen now the script doesn't do anything, and if i turn the server on, with the script in the actions, the server crashes as soon as the server goes online.
Back
Top