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

  1. S

    Accessing Server

    Hi Everyone, Its been a long time since ive been in the world of tibia so im very rusty. But my problem is that i cannot connect to my server, the server is up and running so is mySql but every time i put in my username and password it just closes the login attempt
  2. S

    [HELP] Unknown Problem With Npc

    yeah i tried to get rid of that getVocationInfo, but the server got mad at me :(
  3. S

    [HELP] Unknown Problem With Npc

    Hello, So i got this script from someone else but there offline so i cant ask them for help so i was hoping someone could help me, so this is my npc script local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local...
  4. S

    [NPC Help] Promotion Npc Confusion

    Thank You So Much!!!!!, sorry it took so long to respond my power went out last night, you sir and amazing!!!! :)
  5. S

    [NPC Help] Promotion Npc Confusion

    actually this is GREAT! thank you!, and the tutorial helped me to understand it alot better, thank you so much!! Totally repping you man - - - Updated - - - ok, so how would the whole npc script look if i was to do that?, would you happen to have that?
  6. S

    [NPC Help] Promotion Npc Confusion

    is there no way to be able to script an npc that can go to a certain vocation? cause i dont care how many copys of the promotion.lua and npc.xml i have to make to have an npc to go to any of the promotions
  7. S

    [NPC Help] Promotion Npc Confusion

    ok heres my vocation.xml <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000" soulmax="100"...
  8. S

    [Request] Summoning Spell For Totoms

    i dont have any money sorry :(
  9. S

    [NPC Help] Promotion Npc Confusion

    Hello Everyone, ok so i used the search function and found an npc that could promote me high then ex. Elite Knight, so i got it local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  10. S

    NPC Rent Mounts!

    oh ok i didnt know whats what he meant im sorry thank you :) - - - Updated - - - so i just put it in my lib/npcsystem folder?
  11. S

    [Request] Summoning Spell For Totoms

    Bump, anyone?
  12. S

    NPC Rent Mounts!

    bump, please help someone
  13. S

    [Request] Summoning Spell For Totoms

    Hello, i was wondering if someone could help me make a summoning spell that lets you summon totoms and only totoms, its so that way the class doesnt summon like ex. demon, when they should only be summoning a fire totom, i have many different kinds of totoms i just dont know how to make a script...
  14. S

    TalkAction Ingame Credits System

    i have to say this is pretty amazing, great work! keep it up im looking forward to more scripts from you :)
  15. S

    NPC Rent Mounts!

    yeah i have the lib folders, just not a mods folder
Back
Top