Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by North

  1. If you did buy them from plechito ask him for support.
  2. I didnt catch what`s the error sorry, can you explain? //found oh i see the sash shows the full bonuses, then did you check your uitooltip? The real bonuses are counted fully or 19% absorbed? post uitooltip tho
  3. A typical user doesnt read that far, he goes to the bottom of the page to see if it`s solved or not, it`s a common behavior. Thanks for sharing, at least i hope now this question will not be spammed for at least 1/2 week
  4. It`s not for me, i dont care. But if you get into the solution then posting your code is a must for the others. (the whole func)
  5. There should be some references even in the client locale, check that aswell if they are correctly set up
  6. create a symlink from libstdc++.so.5 to the .so.6 so you will use ln -s , check on internet the syntax and use it accordingly to your needs. If you want to search the lib directory you can: find / -name libstdc++.so.5 or locate libstdc++.so.5 or you can even use grep
  7. No. You remove pc.warp and you use d.join(mapindex) instead. This is how you create different dungeon instances
  8. >2017 >not using ovh for every kind of providers related stuff leshigglydiggly.jpg
  9. add "item2.equipitem2.get_attritem2.set_attrpc2.give_or_drop_item_and_select" to your questfunctions
  10. go into the source press ctrl + a open with notepad++ and search for SKILL_HACK, they may have some kind of handmade "protections" (basically some not really working check) Just edit/delete those checks
  11. try fetching manually the source of python by fetch www.example.com/python27 and then run the make command, of course you need to locate the source in the ports directory. To be short you are trying to fetch a 404, so of course is gonna give you no address record, search on google a new python tar
  12. if (exist->Get()->uiAffectedRows == (uint32_t)-1) { system("rm /var/db/mysql/player/offline_shop*"); //REMOVE, IF THERE ARE CORRUPTED TABLES char create_table[QUERY_MAX_LEN]; snprintf(create_table, sizeof(create_table), "DROP TABLE IF EXISTS `offline_shop%s`;" "CREATE TABLE `offline_shop%s` (" k
  13. They should rename they`re guides like: how to do a superuseless things that will open vulnerabilities to your server
  14. Then read again what Vanilla said, he gave you the answers you need
  15. For what? Website? Just use PDO and you will be fine
  16. then you just can`t implement a map properly. Check both locale and root atlasinfo.txt
×
×
  • 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.