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

    Tibia - CipSoft never checked IPs

    There are a few valid points you bring up in your wall of text, but you're wrong about this. If you've ever heard about data mining, then you'd realise how stupid this sounds. It's of course not only limited to data mining, but a large variety of data combined into determing whether or not...
  2. tokenzz

    RL Pictures

    almost unibrow, you'll get there eventually
  3. tokenzz

    Lua Summon Protection

    what sources are you using?
  4. tokenzz

    Lua Summon Protection

    Could you make it more clear what you actually need help with?
  5. tokenzz

    Linux How To Remove Broadcast Death Messege From Sources

    This shouldn't be broadcasted, it should be a message sent locally to you and you only. Perhaps this is what you meant. From the tfs 0.4 sources I could find from googling, you can change this in player.cpp -> Player::addUnjustifiedKill(const Player* attacked, bool countNow) . . ...
  6. tokenzz

    OTHire bug

    The problem itself wouldn't be fixed with what @Znote wrote. The error explicitly says that the global variable "POOLS"' is nil, which would mean that this variable is not declared (most likely at least or accessing something you didn't intend or other). This is where your problem is derived...
  7. tokenzz

    OTHire bug

    if pool ~= nil and pool > 0 then would be right lua syntax, but same principle. (pointing it out for OP)
  8. tokenzz

    How hard is it to hire a C++ Dev for OT?

    I'd also like to point out that programming and computer science is not rocket science, and the average human can without any hinders learn a programming language, and go even further than that and become a computer scientist. It all has to do with your mentality to studying I presume. I...
  9. tokenzz

    Money not being withdraw from bank account

    Not implemented. Feature can be found on otland or in a pr though if I'm not wrong.
  10. tokenzz

    Compiling Help to add ping functions on 0.4

    You can't reference something out of a static context if the reference is of static context the error is saying it can't access it due to the private modifier
  11. tokenzz

    Compiling How edit this part of c++ code player.cpp? need keep pk whitout pz or when log out.

    This would just ruin the getter for skulls. @ot look for setskull
  12. tokenzz

    Lua Only int not double value

    the types you're talking about doesn't exist in LUA. In LUA, we have the following data types; nil, boolean, number, string, userdata, function, thread, and table config.maxOffersPerPlayer = math.floor(getPlayerLevel(cid) / 20) would be rather similar to explicit int casting
  13. tokenzz

    Ways of gaining players these days?

    pay xinn 90€/day for a countdown on otservlist
  14. tokenzz

    How hard is it to hire a C++ Dev for OT?

    on otland, it is difficult. If you're looking for a freelancer, then you just need to be aware that time = money.
  15. tokenzz

    Compiling Player.h

    look in protocolgame.cpp, look for player->getBaseSpeed()/2; should be something like msg.add<unit16_t>(player->getBaseSpeed() / 2);
  16. tokenzz

    So who is gonna start on the new OpenPvP world (Verlana)?

    no u is done tricking me it is winter now and u say u have summer break go to school with ur friends
  17. tokenzz

    So who is gonna start on the new OpenPvP world (Verlana)?

    tarek won't play because I forced him to go back to school from his summer break. yes im his mother
  18. tokenzz

    Solved Trying to do quest where you choose 1/x items

    t[item.actionid] is not a temporary variable :cool: string should be replaced with item :cool: item should be replaced with itemId :cool: OR EQUIVALENT sir :D im not serious
  19. tokenzz

    About Anti-Trump people turning violent

    Smart choice
Back
Top