Jump to content

DeYaN.

P-Server Owner
  • Posts

    349
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DeYaN.

  1. Thx you for reply , i fix the item_list.txt but this is not the problem , syser not register a error wich is crash the client. Always was a different error. And i don`t understand what images i need to move ? ( my locale.eix/epk have the default files nothing in + and in folder pack is only files with .epk and .eix ) Example: I login in channel 2 and after that i logout and login again in channel 1 and tadaam.. ??????? (client crash)
  2. Wezt , i find this topic , sorry for quote , but i have a problem like this ... When i try to change many times the character , the client crash with this: This is my errorlog : This is the syserr:
  3. Braxy , you have any ideea in wich folder is the hairstyle ? i try to download all files and after that ,to search , but it`s download with 43kb/s
  4. This is the bug of ken offline shop system from 13/february/2016. If you have a old version this bug don`t exist. I have the same problem and i don`t find the fix ...
  5. Marian , this is normal because you need wait for STOP process of the core , and after that you can login again. And for the problem , read the game.core and syser
  6. Hei friends , i want to add 1 more slot(for belt) on fast equip, see here : And didn`t work , i have this syserr: Yes,i try with another number of index and the same problem. This is the original file : [Hidden Content] And this is modified file: [Hidden Content] Can somebody say what i do wrong ?
  7. Thx you again , now i understand HOW is working , i make it to work and i add and corrected the name of antiflag because it was write wrong... offlineshop_manager.cpp uiofflineshop_builder.py & uiofflineshop.py protoreader.cpp And now i have two antiflags
  8. Yes yes yes !!! i do that . i put the old flag in navicat/client ANTIFLAG_MYSHOP - 106880 ! And if i add only that item and click open the shop , the function is working "You can't trade this items!" , but if i add in addition other item who is trade , the shop are working ... What it should to do is when i try to put an item who is non-trade then to OPEN A WINDOW where is say "you can`t add a non-trade item" ,... no how is now , like after you add items and click "CREATE SHOP" to give a message in the chat "you can`t blalblalba"
  9. Thx you for your reply . I see here , the offlineshopbuild.py and uiofflineshop.py use the old flag from normal shop "ANTIFLAG_MYSHOP" , so .. probably if i put the new flag , will be the same problem ...
  10. I belive the antiflag is working , but if i try to open a shop offline and add the non-trade item second time , the items are put in the shop. I belive i need to put this antiflag in item_proto client ? i put then ,but i don`t upgrade the ItemCSVreader with the new antiflag .
  11. enum EItemAntiFlag { ITEM_ANTIFLAG_FEMALE = (1 << 0), // 여성 사용 불가 ITEM_ANTIFLAG_MALE = (1 << 1), // 남성 사용 불가 ITEM_ANTIFLAG_WARRIOR = (1 << 2), // 무사 사용 불가 ITEM_ANTIFLAG_ASSASSIN = (1 << 3), // 자객 사용 불가 ITEM_ANTIFLAG_SURA = (1 << 4), // 수라 사용 불가 ITEM_ANTIFLAG_SHAMAN = (1 << 5), // 무당 사용 불가 ITEM_ANTIFLAG_GET = (1 << 6), // 집을 수 없음 ITEM_ANTIFLAG_DROP = (1 << 7), // 버릴 수 없음 ITEM_ANTIFLAG_SELL = (1 << 8), // 팔 수 없음 ITEM_ANTIFLAG_EMPIRE_A = (1 << 9), // A 제국 사용 불가 ITEM_ANTIFLAG_EMPIRE_B = (1 << 10), // B 제국 사용 불가 ITEM_ANTIFLAG_EMPIRE_C = (1 << 11), // C 제국 사용 불가 ITEM_ANTIFLAG_SAVE = (1 << 12), // 저장되지 않음 ITEM_ANTIFLAG_GIVE = (1 << 13), // 거래 불가 ITEM_ANTIFLAG_PKDROP = (1 << 14), // PK시 떨어지지 않음 ITEM_ANTIFLAG_STACK = (1 << 15), // 합칠 수 없음 ITEM_ANTIFLAG_MYSHOP = (1 << 16), // 개인 상점에 올릴 수 없음 ITEM_ANTIFLAG_SAFEBOX = (1 << 17), // 창고에 넣을 수 없음 ITEM_ANTIFLAG_WOLFMAN = (1 << 18), ITEM_ANTIFLAG_MY_OFFLINE_SHOP = (1 << 19), };
  12. Yes , but sorry i don t see a number for antiflag, only the name: ANTI_MYSHOPOFFLINE photo:
  13. Probably you have a new version .. i try with your antiflag and dind`t work. I find a new version for ken shop offline , from 13 February 2016 . The first problem is solved , when a shop time is end, i don`t need to click on "close shop" The problem with non-trade items still be there , but now ,if i put the first item and if he is non-trade to shop offline the function are working " you can`t put a non-trade item,But if i put in the first time a normal trade item , and after that a non-trade item , the shop offline is created , and i have in him all items.
  14. I don`t have a problem with antiflag item , my problem is when i put a non-trade item after a trade item . The shopoffline function , say me : You can`t put a non-trade item and close the window, but other item who is trade disappear from my inventory and insert in database -> my shop even if the windows of shop offline is close with message : You can`t put a non-trade item in offlineshop. Hmm, thx for your reply , how you see that it`s a problem of ram memory ? hmm , yeaah .. the crash are when is most of people online. So i need to upgrade ram memory on my server or who i can incrase my cache ? And you solve the pet problem? sorry if i put a stupid ask ..
  15. Hei dev , i have a free version of offlineshop by ken from 13 February 2016 ... , and i have some problems. I can pay the fix of bugs. 1) Visual bug - When players try to change the price/add/remove item in shop-offline from another ch. 2) SOLVED 3) PET SYSTEM IN OFFLINESHOP BUG : The trade box with pet is working on normale trade , drop , safebox, shop classic. But if i want to sell it on shopoffline , the status of pet is changed ( name of pet , lv , skills ) . This bug appear when the box with pet are join in the special table from db ( shop offline_item) PS : SORRY FOR ENGLISH AND QUALITY OF VIDEO .
  16. You are great , thank you ! I have that function but without "ch->IsAcceOpen"
  17. Yeap , my players find a bug . In the past i solve that exploit with add item in shop offline with crafting/acce window open. But i never thought that this bug is working with first function of shopoffline "open a shop". So the exploit are : you add 2 acce for combination and before click ok , you open a offline shop with same acce, after the offlineshop it`s created, you click ok at window acce combination and if the combination is succesfull you win a acce with absorbtion and old 2 acce in shop offline :)) I try to make the function , from original: in But is not working I copy that function from FIX of add item:
×
×
  • 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.