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

    Mapper I'm looking for a best mapper!!!

    Hyh ale moglbym ci zaplacic, jak ots sie rozwinie... jak narazie jest w fazie testow :)
  2. Chev

    Compiling Engine<Req> 105% Help!

    Use "search in files" in dev c++ compiler and find this text and replece :) It's easy :)
  3. Chev

    NPC & map Error

    version tfs? 4.0_dev?
  4. Chev

    How to make your server client 8.61 Tutorial

    To work succesfull it, we need new items.otb (more items do crash-client if we see it) and fix any actions (min: attack player, monster die...)
  5. Chev

    Mapper I'm looking for a best mapper!!!

    Halllo!! Czy jacyś Polacy w ogóle mappuja?? I need help!
  6. Chev

    Mapper I'm looking for a best mapper!!!

    Please stop spamin i really need a good mapper...
  7. Chev

    easy question above item.xml

    Huh if anybody need it so: 1.Open source > player.cpp and find line: Item* ammoItem = getInventoryItem(SLOT_AMMO); and replace: Item* ammoItem = getInventoryItem(SLOT_RIGHT); Now delete atributies bow, crossbow itc in items.xml and anjoy. <attribute key="slotType" value="two-handed" />
  8. Chev

    Mapper I'm looking for a best mapper!!!

    Hello, I'm looking for mapper to my GrooveOTserver Pl. It'a a full polish server so I'm looking for more Polish mapper. Server is RPG, i try to do much interesing quests and other things. If you can help me, please post in this thread, on my profile or go to GrooveOTserver Pl and message me in...
  9. Chev

    Two weapons

    No problem Brother from my country ;) If you have any problem send message to me ;]
  10. Chev

    Two weapons

    case SLOT_RIGHT: if(item->getSlotPosition() & SLOTP_RIGHT) { //check if we already carry an item in the other hand if(item->getSlotPosition() & SLOTP_TWO_HAND) { if(inventory[SLOT_LEFT] && inventory[SLOT_LEFT] != item) ret = RET_BOTHHANDSNEEDTOBEFREE; else...
  11. Chev

    0.3.6pl1 sources!

    http://svn.otland.net/public/viewvc.cgi/forgottenserver/tags/0.3.6pl1/?view=tar ??
  12. Chev

    Two weapons

    Hm... sum damage(it do "fast attack"[first time attack - first weapon damage, second attack - second weapon damage]) and only for weapon [no wands(<< its funny )] Hah if do it perfectly it can be really interesing... ;) I try do it only for special vocations (assassin, barbarian) so problem...
  13. Chev

    Two weapons

    Huh i can help you... you must edic code when checking second hand... So... case SLOT_RIGHT: if(item->getSlotPosition() & SLOTP_RIGHT) { //check if we already carry an item in the other hand if(item->getSlotPosition() & SLOTP_TWO_HAND) { if(inventory[SLOT_LEFT] &&...
  14. Chev

    Mapper Only Polish mappers...

    Poszukuje dobego mappera do mojego ots. Jeżeli jesteś zainteresowany/a wkładem w profesjonalny ots proszę o kontakt np na Forum albo priv.
  15. Chev

    [8.54-8.57] The Forgotten Server v0.2.7 (Mystic Spirit)

    Add files Ghazbaran.xml, Morgaroth.xml... to data/monsters/ and fix monsters.xml You can download it from: "Monsterpack version 0.2 by Sentielo"
Back
Top