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

    mini map on website

    thats what I needed. Thanks
  2. Frillinde

    mini map on website

    I would like to have the mini map file from my map to be viewable on my website. It should be able to zoom/ change floors so people will have some type of reference point online available. I got this idea from tibiawiki mapper. Hopefully someone has ideas on this.
  3. Frillinde

    deleted thread

    This looks very promising. Can this be reuploaded please? Would love to try this on my server
  4. Frillinde

    War server scripts

    function onLogin(cid) local setPlayerLevelOnLogin = 150 local setPlayerLevelOnLoginVIP = 160 if(getPlayerLevel(cid) < 150) and getPlayerPremiumDays(cid) >= 1 then doPlayerAddExperience(cid, (getExperienceForLevel(setPlayerLevelOnLoginVIP) - getPlayerExperience(cid)))...
  5. Frillinde

    [Quick Help]Eating too fast!

    gainhpticks="1" gainhpamount="75" gainmanaticks="1" gainmanaamount="150" the gain set at 1 is fast and the hp at 75 with mana at 150 seems high to me <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5"...
  6. Frillinde

    Scripter Scripter needed

    nubaza sent you a pm
  7. Frillinde

    227 MB map???

    using linux will help that much ? ummm,.... 28 cities, 2 warring continents and about anything you can imagine ;p
  8. Frillinde

    227 MB map???

    Due to my latest brainstorming, Ive ended up with a 227MB map.Does anyone know how much resources(RAM,etc.) it would take to host this successfully? Is running this big of a map possible? Ive only done up to 140 before and it consumed alot of resources ..... lagging the server alot its 47000...
  9. Frillinde

    need donation castle map will Rep++ :D

    what client you want on the map, and how big?
  10. Frillinde

    Scripter Scripter needed

    :D lol, its been 4 1/2 months now, and while my lua skills are alot better than before, I would still like to add a good scripter to the team. So,if you are bored and need something to do, or if you just want to make some extra $$$$, please, post a reply or send me a pm and we will try to...
  11. Frillinde

    Scripter Scripter needed

    team spot for lua scripter still open, so if anyone capable is out there, why not give it a try ;p
  12. Frillinde

    Tibia.dat problem..

    have you tried right clicking the notepad tibia dat file,selecting open with and choosing windows media player as the deault program to open it with?
  13. Frillinde

    RME Map Import bug

    are your maps you are trying to import made with the same client version(8.6) as your real map?
  14. Frillinde

    Problems in mi TFS HELP PLEASE!

    if I understand you correctly you are wanting players to train skills and they get kicked too early? try in your config.lua , look for idleWarningTime and idlekickTime and change the values there.....
  15. Frillinde

    Windows NPC help.

    What about just reinstalling your RME
  16. Frillinde

    Windows Error at starting Tfs. Possible to fix it?

    Your map is too big,either trim it down in size (removing excess water tiles etc) or upgrade your computers RAM,Compiling in 64bit will help too,... hope that helps. :p
  17. Frillinde

    Mysql error launching server

    Im trying out the new 9.54 mystic spirit and when I start the server I get the following error: I know I need to add it to that table.Can someone get me the SQL query to add this? thanks,.....
  18. Frillinde

    Account manager wrong position

    you should check that acount manager position is not set for town 0 in your database
  19. Frillinde

    spirets

    easiest use paint, use a transparent background( its in the select button), save as jpg
  20. Frillinde

    Help solve these errors

    dofile("./GuildWar.lua") <-----the path is wrong, point to the folder the lua is in too ( unless its a folder named "." then I have no clue lol) my lua isnt too good, try adding comma after local lines 1 thru 4 is all I can think of on that second script
Back
Top