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

    Help balance vocations

    ok i got you, well one thing i never knew until a few days ago, you can set like mana multipliers to like 1.09 and all the skill multipliers, makes a big difference, i was impressed, but idk how much i can help you, well good luck. BTW, 300th post. :)
  2. Cornwallis

    Webdesigner Simple Webiste help would be nice.

    I just wanted to make a simple webiste, no AAC, or anything, just a highscores, character search, link to forum, etc,. If someone could direct me to a tutorial so I could learn how to do this, that would be great too. If you would like to help me, reach me on msn, [email protected]
  3. Cornwallis

    Help balance vocations

    ohh, i see what you mean. but what i meant is, everytime you look at a player if, he or she is a druid, instead of seeing: You see Bitchnigga( level 1 ). He is a druid. -- You will see: You see Bitchnigga ( level 1). He is A powerful mage, can be quite handy on team kills for boss monsters.
  4. Cornwallis

    Windows Normal attack formula?

    the thing is, there is no minimum hit, its at 0 haha, which sucks. to change this formula you have to compile, i tried adding a minimum hit with my distro, failed miserably >.> and yeah, meleedamage="1.0" or something. if the attack factor is 1, i guess it just returns that equation, basically...
  5. Cornwallis

    tibia 8.6 monsters..

    monster.rar - Speedy Share - upload your files here ??
  6. Cornwallis

    Help balance vocations

    well first off, description is what another player sees when they look at the player, i'm pretty sure you don't want them seeing that xD Also, balancing vocations rely's heavily on spells and weapons in my opinion, dmg and healing. have you tested pvp? what would you like to change?
  7. Cornwallis

    Spells Spamming Rep ++ If you help!

    Not tested, probably can be shortened, long ass script haha local arr1 = { {1, 1, 1}, {1, 2, 1}, {1, 1, 1}, {1, 1, 1} } local arr2 = { {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}, {1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}, {1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}, {1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}, {1, 0...
  8. Cornwallis

    Spells Spamming Rep ++ If you help!

    if you give the script i can see what i can do
  9. Cornwallis

    tibia 8.6 monsters..

    http://otland.net/f83/monsterpack-spellpack-tibia-8-6-based-real-tibia-102295/ and btw, the hellbot in your signature, why's it look so much like tibia blackd? >.>
  10. Cornwallis

    Lua Monster Lever

    yeah, didn't you say you had a creaturescripts script, probably onKill? if so make it so it's a global storage when you kill it instead of creature storage. that should work, but i think it's getGlobalStorageValue
  11. Cornwallis

    mysql problem

    at the top left corner of the page on phpmyadmin, there is a little link that says SQL, and when you hover over it it says query window, press that and execute this CREATE TABLE `z_ots_comunication` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `type` varchar(255)...
  12. Cornwallis

    Gate of expertise disappearing!

    show me your doors.lua, located in data>actions>scripts>other. and btw, only 24 hour bumping, not 3.
  13. Cornwallis

    [9.46] The Forgotten Server v0.3.7-preview (Crying Damson)

    you can use otland tibia ip changer, just add a new directory, it works on every client :P
  14. Cornwallis

    9.0 + Lua? HELP!

    0.3.7 or 0.2.11pl2? function onUse(cid, item, fromPosition, itemEx, toPosition) doPlayerAddPremiumDays(cid, 15) doRemoveItem(item.itemid, 1) end and i believe to see your premium days, you must log out then log back in.
  15. Cornwallis

    Windows Normal attack formula?

    ((2 * (attackValue * (attackSkill + 5.8) / 25 + (level - 1) / 10.)) / attackFactor); --- There is only a maxDamage, no minimum
  16. Cornwallis

    Small Hydra Spawn

    Looks alright, but depending on what version you use, the monsters might be able to see you from kinda far away, making that a hydra hell haha, but 10x better then i could ever do
  17. Cornwallis

    Lua Monster Lever

    try globalstorage in your creature script instead of creature
  18. Cornwallis

    Solved 0.3.1pl2 distance weapon and item use interference

    Update; I went into weapons.h and changed this: WeaponDistance(LuaScriptInterface* _interface); virtual ~WeaponDistance() {} virtual bool configureEvent(xmlNodePtr p); virtual bool configureWeapon(const ItemType& it)...
  19. Cornwallis

    Help with Spell/Ayuda con Spell

    weird, i deffinetly didn't think it would work haha, well your welcome.
  20. Cornwallis

    Linux When a player die, drop all item

    never worked with it haha, probably can't help, let me see your login.lua and playerdeath.lua
Back
Top