Jump to content

Efyn

Inactive Member
  • Posts

    25
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Efyn

  1. Why? It don't work now? n++ didn't edit that file, you can just see that korean symbols now
  2. As Vanilla says: "Since the source code is written by YMIR and I respect their work I won't release the source code or give any peeks into it."
  3. Vanilla can you add pet.is_mine() function? It was relased on Inya's thread on epvp. Here it is (Thanks to xP3NG3Rx) /*|------------------|*/ /*| questlua_pet.cpp |*/ /*|------------------|*/ int pet_is_mine(lua_State* L) { CQuestManager& q = CQuestManager::instance(); LPCHARACTER ch = q.GetCurrentCharacterPtr(); LPCHARACTER pet = q.GetCurrentNPCCharacterPtr(); lua_pushboolean(L, ch->IsPet() || pet && pet->GetOwner() == ch); return 1; } luaL_reg pet_functions[] = { { "is_mine", pet_is_mine }, }
  4. Got a question, can I work on that files on europe locale (germany for example) without any changes?
  5. when I'm trying to run db it says Success HOTBACKUP Segmentation fault (core dumped)
  6. How about plugin system, four inventorys and longer passwords?
  7. By the way, are there any known bugs or issues? You can also change the maximum password length
  8. I've actually made it (Inya also I think) and yes, you need to do some changes in binary but you can make new config option for doing this something like ENABLE4INV_SLOTS: 0/1 and write some things in your sourcecode. Remember also about changes in quickslots and trade Regards Btw. I can help you with the clientside if you want to
  9. What are that skill bonuses? Can you explain it? And do we need any changes in our binarys to let it work properly?
  10. Maybe you didnt copied files like os.py to your lib directory Wysłane z mojego GT-N7100 przy użyciu Tapatalka
  11. What? I'm working on novaline binary and everything is working on global client (metin2.de for example). All I needed was root and uiscript from source (also novaline). I have packed it and everything is working fine 0 .pyc at root
  12. Efyn

    Granny 2.8

    [Hidden Content] How about that? I've used 2.9 model converted by bulkconverter and your granny. I've got unpacked binary (compiled by my own), is it ok? Is it possible to work with that granny on your own compiled biniaries?
  13. does it work with new sub/types like ITEM_RING1 ITEM_DS etc.?
  14. That mechanics is just op, even better that lee sin's one. If mastered he can be real deathmachine on mid :3 @gold3euw
  15. @Nightwish yes, you need to simply repair tables
  16. I had a server on 5.6 with game2089 and everything worked fine
×
×
  • 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.