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

    Save after crash.

    Is it possible to make a save system after crash? Because some people can clone items with that and I want system, which will save the mysql database after crash, or closing server. So is it possible? :peace: #Edit I'm using Avesta, anyway... I know about command for players but I want global...
  2. Edwin2705

    [Help] Dual weapons

    Hello. So I need help in dual weapons\wielding. I'm using code made by Nfries. And I have only 1 problem. <_< When I logout with 2 weapons and login with them function can't find my weapons, so I'm fighting with fist. (I'm using Avesta 7.6.) Here's code: doAttacking function: void...
  3. Edwin2705

    doSetCreatureOutfit without time

    doSetCreatureOutfit with saving & without time How can I make this function: doSetCreatureOutfit without time? :huh: @Edit I forgot. This outfit must be saving.
  4. Edwin2705

    Mana & Hp auto regeneration

    How can I make auto mana & hp regeneration for some vocations? or How to OFF/close hp and mana regeneration by food in vocations.xml or anywhere? But only for some of vocations. :confused: @Edit Thanks for helping but I try with onLogin function ;).
  5. Edwin2705

    How to download source?

    How to download source from http://forgottenserver.svn.sourceforge.net/viewvc/forgottenserver/forgottenserver/trunk/ ??:huh:
  6. Edwin2705

    [8.0] Magic damage percent

    Can someone make for me in vocations.xml something like magic level damage multiplier?
  7. Edwin2705

    /newtype

    How to make this function to set looktype for other players, like this: /newtype PLAYERNAME, OUTFITNUMBER ?????? :confused: bool Commands::newType(Creature* creature, const std::string& cmd, const std::string& param) { Player* player = creature->getPlayer(); int32_t lookType =...
  8. Edwin2705

    How to change skills names?

    How to change skills names (in You advanced in...) in TFS (dead bug)? Please help me in it. :( @Down But where?
Back
Top