Jump to content

Dr3Ame3r

Premium
  • Posts

    152
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Dr3Ame3r

  1. Dear community, The Thrones3 family begins today, 26.11.18, looking for a new member: a C ++ developer with rich experience working on the source of the game, and minimal English knowledge. Experience in Python and / or Lua or other similar technical skills are gratification benefits. Honesty and teamwork are also required.We offer you the opportunity to be a successful freelancer, flexible working hours and the opportunity to be part of a team with high goals in one of the most successful projects in this field ! Financial considerations will be discussed privately after your acceptance with us!We promise that along with your performance, promotion and wage growth will be possible. If you are interested in joining us, please send us an email with your personal details (name, nationality, date of birth, city of residence) along with a description of your game experience both as a player and as a developer, at [email protected] Selected candidates will be contacted by email and will be offered the chance to an online interview shortly. We are impatient to meet you,The Thrones3 Team
  2. Use what exygo posted. If you want the dictionary in the same file, you'll have to modify Dict = npcheight.NPC_HEIGHT to Dict = NPC_HEIGHT Open instancebase.cpp and search for-> if ((dwHorseVnum >= 20101 && dwHorseVnum <= 20109) || (dwHorseVnum == 20029 || dwHorseVnum == 20030)) return 100.0f; Make a new case under it and put your mounts vnums, in my case it is: if ((dwHorseVnum >= 20110 || dwHorseVnum <= 20266)) return 50.0f; Then, enter PlayerSettingModule.py and use Exygo's dict as this for mounts-> 20110 : 160.00, 20111 : 160.00, 20112 : 160.00, 20113 : 160.00, 20114 : 160.00, 20115 : 160.00, ............... 20266 : 160,00,
  3. As much as i know, the cloud is formed above some sort of physical servers, right? It depends on the location where you're colocated, your "cloud" is influenced by the datacenter's location because it doesn't mean that if the term "cloud" is available your server will be somewhere in Antarctida. That's totally irrelevant, but this is old news, he got caught in 2016 and he had to pay 50k euros as i know to the german government then he bought a server in nepal or syria (that's what i heard from here and there). Now that we're talking networking, with any sort of warrant the accuser can take responsability only in his country, in this case only germany. ( so don't buy hosting in germany ) #i forgot to add info, if they want to "judge" with you, they will need an entire process to take your server down and to "bust" you and that's gonna take time, like 1-2 years (just for one server)
  4. Hello, can you please provide us a GDB report regarding your server crash? If you don't have a ".core" file, how did you find out that your server crashed? Please provide the output of the following commands too: dmesg tail -f /var/log/messages
  5. Old but the only thing you had to do was to: search : for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM-2): replace: for i in xrange(0, 5):
  6. Old but the only thing you had to do was to: search : for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM-2): replace: for i in xrange(0, 5):
  7. I have tried reproducing your issue, the only way i succeeded was by redimensioning the photos just from the .sub photo, you need to resize the DDS too (if you want to minimise the picture of the map (atlas) )
  8. Nope, didn't do anything wrong, it just does not work after the removal effect, i've already told you, it happens only on those spells. I don't think that i am crazy, and the bug replicates like this: [Hidden Content]
  9. As i have tested this, i can encounter some type of "errors". If someone uses dispell on me, it doesn't remove my berserk, if he does it the second time, it does remove the berserk, it happens to strong body too, sura's enchanted blade and enchanted armor.
  10. I have already tried that system, it did not help at all. Duplicating items still worked.
  11. Yup, thanks, someone from a romanian Community had the same idea but faster, thank you very much. I appreciate what you did there, if you want, we can let this and other people can see it also! Big like.
  12. Easy to say :), how can you actually bypass the inputdialog? That cannot be checked.
  13. Ok, let's say the OpenMyOfflineShop thing is solved, what about the add item one ?
  14. The majority of them are blocked, the thing is, when you're already changing the channel you cannot stop it because you can even tap OK after the "1s" cooldown timer has passed. The second one is with the add item, you can close the offlineshop window and remain only with the inputdialog, you can press OK and repeat the same steps, press on change channel, OK and it duplicates it.
  15. The video will explain everything. Any help? I have added timer until warping, it does not prevent duplicating items. If you got a countdown like, 3,2,1, at second 1 you press OK and it duplicates them.
  16. We can't thank you enough and we can't show our appreciation as much as we need beside you. Very useful tool, and a very nice job! #I gave him some ideas too, haha:))
  17. How can i combine 2 different sashes? I've seen a topic on here but it vanished apparently, i tought i'll never use it and apparently that moment arrived:)) I mean, i want to combine a red sash with a yellow one for example, how to do that?
  18. [Hidden Content] Look here, you have all the information you need.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.