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

    Lua Function getPlayerSecureMode(cid) / getPlayerFightMode(cid)

    I'm using otx 2.16 based on 0.3.7. it turns out that its not to my version otx. Again occurs error in luascript.cpp. Thanks for help rep
  2. tuduras

    Lua Function getPlayerSecureMode(cid) / getPlayerFightMode(cid)

    when I put code Oskar posted, occurs error . everything's okay maybe I dont see what is head and what is body of function. int32_t LuaInterface::luaGetPlayerModes(lua_State* L) { //getPlayerModes(cid) ScriptEnviroment* env = getEnv(); Player* player =...
  3. tuduras

    Lua Function getPlayerSecureMode(cid) / getPlayerFightMode(cid)

    @up paste it anywhere in luascript.cpp ? PS: can You do this for me?
  4. tuduras

    Lua Function getPlayerSecureMode(cid) / getPlayerFightMode(cid)

    Hello, sorry for post but where exacly put this lines? I dont have getPlayerSecureMode(cid) and getPlayerFightMode(cid). Best regards
  5. tuduras

    TFS 1.X+ player:getFightMode() only gives me 1

    it already works, without any interference. Thanks by the way
  6. tuduras

    TFS 0.X SECURE MODE -- "fist" on/off

    Hello, how are You?? Good? Secure Mode - PVP by hand open/close. Its possible to add it to otx 2.16 based on 0.3.7. I saw for tfs 1.x and here I'm asking Best regards PS: CreatureEvent - (SecureMode) PVP System (https://otland.net/threads/securemode-pvp-system.128600/)
  7. tuduras

    TFS 1.X+ player:getFightMode() only gives me 1

    This is to login.lua/ creaturescript/ data?
  8. tuduras

    CreatureEvent [OTX] [TFS 0.3 - 0.4] Death Channel (Based on gesior's death page)

    hello .;] otx 2.16 based on 0.3.7 doesn't work ;p maybe with MYACC not best regards
  9. tuduras

    [TFS 0.4] Slot system by Mock [modified]

    HELLO, I give rewrite code for slot remover . It works for otx 2.16 based on 0.3.7 <action itemid="8310" script="slotremover.lua"/> -- Slot Remover for OTX 2.16 / TFS 0.3.7 -- Works with slot system using item NAME bonuses local MAX_SLOTS = 2 local function getSlots(name) local slots =...
  10. tuduras

    Solved !buypremium command for points

    I made all like You wrote and occurs error . You maybe know what it is? In middle of the script is : local points = result.getDataInt(query, "points") Ill try to change to premium_point EDIT: yes I had to change middle of the script to premium_points solved thanks
  11. tuduras

    Solved !buypremium command for points

    I'm using MyACC . enough change znote_point to premium_point??maybe you can get your bearings. Last i moved from znote to myacc :/ Can You convert from ZNOTE to MYACC ? Please ;'p
  12. tuduras

    Solved !buypremium command for points

    Hello Otlanders. Are You okay? How to put in script cost for points premium instead money . Here post my data/MODS <?xml version="1.0" encoding="UTF-8"?> <mod name="Buy premium command" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes"> <config...
  13. tuduras

    TFS 0.X MONSTER BOOST daily -- -otx 2.16 based on 0.3.7 -- compatible

    22:08 Today's monster boosted is: Hener. You will get half of the total EXP as a bonus, enjoy! great job Potinho , works elegantly :-)
  14. tuduras

    TFS 0.X MONSTER BOOST daily -- -otx 2.16 based on 0.3.7 -- compatible

    Okay, is not necessary register to creaturescript?
  15. tuduras

    TFS 0.X MONSTER BOOST daily -- -otx 2.16 based on 0.3.7 -- compatible

    Do You change somethink. I see monster name is in lower case PS: In globalevents/data I cannot see monster spawn position, in Your globalevent?
  16. tuduras

    TFS 0.X MONSTER BOOST daily -- -otx 2.16 based on 0.3.7 -- compatible

    Hello Otlanders, it's okay ? I have got boost creature scirpt and works . Problem is , every day is one monster boosted . Nothing changes. Any Ideas what is it? best regards. data/creaturescirpt/daily_monster_bonus function onLogin(cid) local BOOSTED_MONSTER = 56404 local boostedMonstersList =...
  17. tuduras

    Tfs 0.4 0.4.6 & Otx Fast Attack by 2 Steps (Actualizado)

    First post works: uint32_t Player::getAttackSpeed() const { int32_t SpeedAttack; SpeedAttack = vocation->getAttackSpeed() - (getSkill(SKILL_FIST, SKILL_LEVEL) * 10); if (SpeedAttack < 500) { return 500; } else { return (uint32_t) SpeedAttack; } } thanks I...
  18. tuduras

    Tfs 0.4 0.4.6 & Otx Fast Attack by 2 Steps (Actualizado)

    Hello Slaw. OKay here you have a source. only src Ive uploaded : otx 2.16 based on 0.3.7 (https://www.mediafire.com/file/b3v1ykm237rxqo3/otx_2.16_based_on_0.3.7.zip/file) thanks
  19. tuduras

    Tfs 0.4 0.4.6 & Otx Fast Attack by 2 Steps (Actualizado)

    Hello refresh. Does have someone to OTX 2.16 based on 0.3.7 ? best regards Fast attack based on skill fist. When I compile occurs : post player.cpp: I see maybe somethink with this sign ---> "{"
Back
Top