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

    Unity3D client?

    @Fenrisus how it's going?
  2. whiteblXK

    [TFS 1.2] Counting hits from weapons

    Hello, does someone know how to do this in LUA or C++? I'm trying to do a weapon(axe) which will be able to add condition after 7 hits but idk how to counting hits.
  3. whiteblXK

    Unity3D client?

    @Fenrisus If you start doing with items you can think about cooldown hud so when we use any item then cooldown shows(time between using other item - all usable items + exhaustion). Here you have example https://gamedevelopment.tutsplus.com/tutorials/how-to-code-hud-cooldown-bars--cms-20983 go to...
  4. whiteblXK

    Unity3D client?

    @Fenrisus Tell me how interface will look? It will be like newest Tibia, Otclient or something else?
  5. whiteblXK

    Unity3D client?

    Nice job!! What do you think about adding weather system? Something like that
  6. whiteblXK

    OTClient Graphics Discussion (Anyone out there more knowledgeable than me?)

    So we need to pay them to share it
  7. whiteblXK

    Windows [ZNOTE] Enable sandbox mode in PayPal

    Sandbox mode in PayPal is used to test PayPal script. Here is script from Znote AAC and I don't know how to test is on sandbox. https://github.com/Znote/ZnoteAAC/blob/master/ipn.php
  8. whiteblXK

    Windows [ZNOTE] Enable sandbox mode in PayPal

    Hello, as the topic says, how can I do it??
  9. whiteblXK

    Castro AAC

    Do you add forum like myBB?
  10. whiteblXK

    Account Manager on TFS 1.1

    Better way is to create this in OTClient
  11. whiteblXK

    Compiling Problem with getStorage/setStorage in C++

    Hello, I wrote a short code in C ++ and I have a problem with it. std::string strValue; int32_t value = 1; if(player->getStorage(uint32_t(6000 + player->getVocationId()), strValue) && atoi(strValue.c_str()) != value) { changeMaxHealth(uint32_t(getMaxHealth() + vocation->getBonusHP()))...
  12. whiteblXK

    [Znote] Weird items

    Change your 'imageType' to 'imageType' => 'gif' ;)
  13. whiteblXK

    [Znote] Weird items

    In znote config.php search this $config['shop'] and change 'imageServer' to 'imageServer' => '/layout/images/items', then you need to add your image of items to /layout/images/items, if you don't have that folder just create it, to unpack images you can use Object Builder ;) EDIT The name of...
  14. whiteblXK

    Compiling Adding additional to the condition.

    I added it ;)
  15. whiteblXK

    Compiling Adding additional to the condition.

    Hello, I wanna to add mayNotMove(false)/(true) to the condition named PACIFIED, in short when a player has PACIFIED then he can't moving, but if PACIFIED times end, all back to normal, can someone tell me which function I need to edit? I tried with internalMoveCreature which is in game.cpp but I...
  16. whiteblXK

    ObjectBuilder [10.32]

    EdMignari, minimum and maximum dutarions for animations will be working on 8.54?
Back
Top