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

    [Znote AAC] Live Cast Page

    How to check?
  2. newby

    [Znote AAC] Live Cast Page

    Sure!
  3. newby

    [Znote AAC] Live Cast Page

    3777
  4. newby

    [Znote AAC] Live Cast Page

    This two options show: Currently there are no active casts on Server!
  5. newby

    [Znote AAC] Live Cast Page

    I started my cast, but show on website: Currently there are no active casts on Server!
  6. newby

    Lua Is possible check sharing exp

    Ty for all...
  7. newby

    Lua Is possible check sharing exp

    Work perfect you all can use, ty so much Mkalo!!!! --- Just one last thing... In my player.cpp when i compile show me this warning error... What is it? You know to fix? ps/talkaction.Tpo -c -o talkaction.o talkaction.cpp player.cpp: In member function ‘void Player::manageAccount(const...
  8. newby

    Lua Is possible check sharing exp

    player.cpp: In member function ‘double Player::getPartyBonus()’: player.cpp:4417:14: error: expected primary-expression before ‘*’ token if((Party* party = getParty())) { ^ Makefile:546: recipe for target 'player.o' failed make[1]: *** [player.o] Error 1 make[1]: ** Esperando que outros...
  9. newby

    Lua Is possible check sharing exp

    player.cpp: In member function ‘double Player::getPartyBonus()’: player.cpp:4417:14: error: expected primary-expression before ‘*’ token if((Party* party = getParty()) { ^ player.cpp:4417:36: error: expected ‘)’ before ‘{’ token if((Party* party = getParty()) { ^ player.cpp:4430:17...
  10. newby

    Lua Is possible check sharing exp

    Ty bro ur the best :D --- ops edit: some errors: player.cpp: In member function ‘double Player::getPartyBonus()’: player.cpp:4417:110: error: cannot convert ‘bool’ to ‘Party*’ in initialization if(Party* party = this->getParty() && party->isSharedExperienceEnabled() &&...
  11. newby

    Lua Is possible check sharing exp

    OH MY GOD ITS WORK! TY <333 U GUYS CAN USE ITS WORKING!!!! 8.60 , 9.10 feature... SO NICE --- Edit: I found a bug, but i think i know how to fix Bonus work if players are so far, and if player has only invited (not joined the party) Is possible check if party is shared exp? I think is solve...
  12. newby

    Lua Is possible check sharing exp

    I'm sorry, im a idiot But now i made right? Right? used-parameter -Wno-array-bounds -pthread -pipe -MT creature.o -MD -MP -MF .deps/creature.Tpo -c -o creature.o creature.cpp creature.cpp: In function ‘double getGainedExperience(Creature*)’: creature.cpp:1109:35: error: ‘getDamageRatio’ was...
  13. newby

    Lua Is possible check sharing exp

    Got some errors too :( Errors used-parameter -Wno-array-bounds -pthread -pipe -MT creature.o -MD -MP -MF .deps/creature.Tpo -c -o creature.o creature.cpp In file included from creature.cpp:20:0: player.h: In function ‘double getGainedExperience(Creature*)’: player.h:1124:10: error: ‘double...
  14. newby

    Lua Is possible check sharing exp

    I was worng? Don't need change nothing in players.cpp and players.h? All is in creature.cpp and creature.h? I put down my backup 3777 (player.cpp/player.h) And edit creature.cpp / creature.h Got few erros when compile: t.Tpo -c -o chat.o chat.cpp In file included from player.h:23:0, from...
  15. newby

    Lua Is possible check sharing exp

    I'm sorry, my name not lie... Im newbie... I trought it... So its player.cpp uint32_t Player::getBaseVoc() { uint32_t curVoc = vocationId; Vocation* voc = Vocations::getInstance()->getVocation(curVoc); while(voc->getFromVocation() != curVoc) { curVoc = voc->getFromVocation(); voc =...
  16. newby

    Lua Is possible check sharing exp

    You mean this? uint32_t Player::getBaseVoc() { uint32_t curVoc = vocationId; Vocation* voc = Vocations::getInstance()->getVocation(curVoc); while(voc->getFromVocation() != curVoc) { curVoc = voc->getFromVocation(); voc = Vocations::getInstance()->getVocation(curVoc); } return...
  17. newby

    Lua Is possible check sharing exp

    What i made worng? g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__ROOT_PERMISSION__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-array-bounds...
  18. newby

    Lua Is possible check sharing exp

    Changes lines: 3538 to 3603 player.cpp http://pastebin.com/t8si6MsT I added something worng? I'm sorry its my first time editing sources, like i said to you i'm studdyng... layer.Tpo -c -o player.o player.cpp player.cpp:3538:29: error: no ‘uint32_t Player::getBaseVoc()’ member function...
  19. newby

    Lua Is possible check sharing exp

    Easy guys! Don't fight pls, just help your friend noob here ;): creature.h http://pastebin.com/5vguLws7 creature.cpp http://pastebin.com/Vpky21e7
  20. newby

    Lua Is possible check sharing exp

    wtf its hard
Back
Top