Jump to content

Ikarus_

Developer
  • Posts

    402
  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    0%

Everything posted by Ikarus_

  1. ÃÊ±Þ°Ë 1 15 0.07 µµ+5 5000 ÃÊ±Þ°Ë 1 15 0.07 µµ+5 3846 ÃÊ±Þ°Ë 1 15 0.07 µµ+5 3333 ÃÊ±Þ°Ë 1 15 0.07 µµ+5 1250 1 15 0.07 µµ+6 10000 1 15 0.07 µµ+6 7692 1 15 0.07 µµ+6 6667 1 15 0.07 µµ+6 2500 line2 line3 how u can see they are differents. line3 is the correct syntax with 1 as first. line2 is the wrong syntax with ÃÊ±Þ°Ë as frist
  2. How u can see in line 2 there is a wrong syntax (compare it with line 3) If You want to convert that line, You need to apply the correct syntax. In the ymir common drop file reading that line is skipped but i preferred to advice You that the line is wrong.
  3. Yes exactly it No the bug happen always, gm or not was missing the file GrpObjectInstance.h in the repository, i've added it right now
  4. Ok thanks for sharing. If someone have some problem, he can basically report it here and i will solve all
  5. i don't have any of these bugs (i m using martysama v4.9-extended). if you can post this method : void CInstanceBase::__SetAffect(UINT eAffect, bool isVisible) i will help you to fix your problems
  6. M2 Download Center Download Here ( Internal ) There is a bug about the stealth of the assassin with buffs actived. If the players near the assassin that is using the stealth move the camera zoom , the effects become visible again. here the fix of this problem source : myself Sameone could need to add #include "../UserInterface/Locale_inc.h" at the beginning of the file source/EterBase/StdAfx.h to include the defines in Locale_inc.h ------- EDIT ------ Due to some change on client-source someone may require a small fix to be added to this system: // SEARCH void CEffectInstance::__Initialize() { // ADD #ifdef __ENABLE_STEALTH_FIX__ ReleaseAlwaysHidden(); #endif
  7. It seems to me that you are making some confusion. the pack encryption has nothing to do with anti-injection, with cheats or with m2bob. Changing the encryption algorithm does not protect you in any way from any of this. The Leakers are a big unsolved problem for anykind of encryption/file system developed. In short, you can protect however u want the files in the file-system but they have to be decrypted into the RAM. The Leakers at the moment are using the run-time memory (cache) of the program to extract the files. At the moment I'm working on the hackshield SERVER-SIDE which protects against hacks by simply monitoring the actions of the players (also here, nothing to do with the anti-injection which are useless junk that sooner or later will be bypassed - unlike the hackshield serverside) Who want tests the hacks is able to do it in my test-server soon public.
  8. Thanks for the review. You are also known for ur knowledge and for ur helping.
  9. i m making the service test server , soon i will update the thread with the download link and signup page. https://gyazo.com/45db652bb9a5542483a1dab3f6b3fad0
  10. so you're saying that the other 40+ customers who bought it and don't have any of the problems you invented ... uh .. listed are all crazy. Okay ahaha you are the idiot that some message above tried to put me in a bad light because I stopped giving him support since he bypassed the license check (your message count is a clear proof) Thanks for your review anyway, if you were a client (not blocked by me) you would have reported these bugs instead of writing random things here since the support is free. There are currently no unsolved bugs reported by 40+ customers who have it (including 3/4 live servers with 5k + on)
  11. The other dozens of people fortunatly deny you. Anyway i don't know your account and, i don't think you bought my system. soon for sale! Multithreading hackshield. Efficiently and lightness. before the sale I will provide a test-server for those who wish to test any hack among those listed in the fixes.
  12. Soon for sale: hackshield server-side: - fix damagehack - fix speedhack - fix bothack - fix wallhack The price of the hackshield is not yet defined. I'm working too on the v1.2 of my Offlineshop that it will expand it by using Skin for shop!
  13. I don't know if you have a service or if you often work on other people's computers, however believe me, they are all always doing gmake all which is a waste of time. I simply use this panel because I just have to copy it to the machine and I'm done, and having to do it to all the customers I have (which is a nice amount fortunately) I save a lot of time with a simple copy paste. I published it just because it is noob proof and anyone copying by pasting the file in its server folder has everything ready. The version that I use has many other tools that are useful to me that I have many other libraries and folders to compile .. What I published is the piece that affects the common command to use in the common files. I also specify that my "build all" command does not compile everything, only game and db, same as build all clean which compiles only game and db giving clean. it is rather rare to modify the other libraries and therefore to recompile them every time does not make much sense. Anyway thanks for your opinion and your suggestions.
  14. no problem, posting github bought stuff is just proving you are an idiot, the community will spit on you.
  15. my system is coded using a struct as price, so i can append the valutes if you need (cheque, gold bars , etc ) by changing few lines of code
  16. pseudo code should be something like: if(!file.is_open()){ return; //or return false; if it is a bool method }
  17. Cube works really with a shit way.. It uses the command string to answer to the request of "info". The command string have a buffer of static length, this mean you can without known it, override the max length of the buffer. You should reduce the number of items into the npcs... Or you can code.again the answer using packet (dynamic packet)...
  18. you need to make c++/python functions to attach an .mse file previosly registered using RegisterCacheEffect or something like that in playersettingmodule.py after registered an effect you can then attach it via c++ using InstanceBase objects.
  19. use navicat to export the databases via dump file (right click on database opened) after done for every database, goto var/db and delete the folder mysql run command service mysql-server restart configure again mysql users login with navicat and use the dump file (.sql) exported before and run it to make again the tables
  20. i guess you are the guy is asking me 2 times at week to sell him the special item boost to 20 euros.... sorry but the prices are not tractable because are really low relative to the products and the competition prices. thanks for your opinion anyway
×
×
  • 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.