Jump to content

nazox

Active Member
  • Posts

    170
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by nazox

  1. ##Update With Won and Offline Shop by Great, special thanks to @Draveniou1 to help me anytime, and give me many ideas to working this 1-If you used Offline Shop by gret, go to shop.cpp on source game, and search all : replace with: now compile, and you can use "0" to put items. 2-Now go to uiCommon.py and search: Now replace with 0 or 1, this means that when they put an item, the value 0 or 1 or the one that you put comes out automatically. Now search: and add with other functions: Search: replace with: Now, if you don't use Won, replace this function: with: If you use Cheque_won replace all function: 3-Open uiToolTip.py and search : Before add: Now Search: and replace function with: Now search : And replace function with: Now this: replace with: 4-Open uiPrivateShopBuilder.py and search this function: inside this function find: and replace : now search: and replace with: 5-Now Open networkmodule.py and find: after add: 6-Now Open uiShop.py and find: replace all function with: And now you have adapted with Great and Cheque system. Notes: #1-If you want change "0 yang" when put item go to uiToolTip and find "0 yang" and change for example "This item is not Avaliable" you can find in def SetInventoryItem and def SetShopItem , def SetPrivateShopBuilderItem #2-I'm working in fix to put item in "edit section" but not update item, but if you want add item with 0 won and 0 yang, go to uiNewShop, and change all if int(text) <= 0: with if int(text) <= -1: #3-In Normal private shop, if you click to buy item work, great, in Offline shop, when you click to buy work great but say "you don't have yang" (not problem is only visual ) this problem is coming from SHOP_ERROR_DICT -> SHOP_NOT_ENOUGH_MONEY i'm working in this too. #4-I try to use a negative values, like -1 yang for not using 0 but i can't so remember your players, you need 1 yang to put items, :), ignoring this all work great, thanks again.
  2. Thanks, Work Great would there be any way to add color? for curiosity
  3. I would appreciate it, now I'm not on pc but then I'll show you how to edit it, but still I can't get it to execute the buyfree line, so if you can give me any ideas I'd really appreciate it, I use the won check from here from metin2dev!! And thanks again
  4. Hello again, i add system, work great!! [Hidden Content] i can't see "This item is not available" but is because i'm using won, so i'm fixing this, when i have a fix i put here, but thanks, all work great!
  5. Hello again! :), go to shop.cpp and search: replace all: Open now in uiprivateshopbuilder.py and search change with: and you can put 0 yang on shop thanks to Draveniou1 because he put a system to not sell items and you need 0 yang to put, but my idea is correct!!! so thanks me too XD!! tell me something if you try regards bro.
  6. Amazing!! thanks for the potho i come back when i add and thanks, and good job!!
  7. Sorry i don't understand well, the system is for showing a "item" but you can't buyed, this is for don't put item for exmaple " sword +9 99wons and 99999999yang" and send you MP to buy item?
  8. I don't know but i think, you need edit Shop.cpp i think if you edit this : for example, to : Maybe work, i can't tell u because i'm using offline shop and i have many editions, but i think if you search "price" you can find something... sorry but is a good question Won system use a similar function cheque>0 and cheque<0
  9. If I have noticed, thanks if you give me permission I will add it later in my other comment, I will put the mission with the fix
  10. Logically, we all have different fonts, I use MartySama, but if someone else has these problems because I am giving the solution, the system works well but still has errors, the question is to help us, but there is still no solution for that problem, when have I will put it and if someone can give me an idea then I'll look at it! regards and thanks for your comment :)!
  11. Hello again !, I want to ask something, first thanks for the system again, PrivateShop and OfflineShop work very well [Hidden Content] But i can see a little problems (syssers Clean and not game.core) ========================Problems================================ 1-#Solved (solution in end of post) 2-#Solved (solution in end of post) 3-#Solved (solution in end of post) 4-#Solved (solution in end of post) 5-#Solved (solution in end of post) 6-#Solved (solution in end of post) =================End Problems================================= Putting that aside, the system works great, so thanks really, can you give me any ideas? =====================Fix==================================== Edit with fixes: 1 & 2. When you have 1 won or 99 or 999 you can see wons, but when you change PJ or teleport, in your inventory you have "0" wons, this visual bug you can fix it, go to char.cpp and search ; and replace function with this : Automatically you solved the 2 problem 3.Fix you can't trade Wons: go to exchange.cpp and search; Now replace: 4-For solved problem drop yang/won "you have many arguments (give 2 blabla), check if you use other system, or others pythons like uiPickMoney.py and PickMoney.py, for example in my case i use a system with names, "uiPickItem.py" and "PickItem.py" and have the same functions like "uiPickMoney.py" and "PickMoney.py" so i need add the same on the 4 functions for working, so now you can drop Yang and Won. 5-If you can't Open Panel Offline you need open locale_interface.txt on your locale, and add: 6-If you write "1.999" in the section "Won -> Yang" you will receive 199kk, about the double of its real value and problems with yang/won on general if you don't want use my quest translated and only want functions, search ; and replace all : Now search; and replace : tx for apporting math.floor fix to @narcisxb =======================End Fix============================== #Now you can Trade with Yang and Won :) #Now you can drop Won/Yang #Now you can open Offline Shop Panel #Now you can change Won/Yang on warehouse and not problems #Now you don't have a visual bug any more so, you have full Won System ! #Full System thanks
  12. MMM, i never install dice too, but i don't have dice in source, i have only in python, if you want add me on discord and i try to help u
  13. Thanks for the system, but if you have Decoration and search items maybe you have a problems to compile, when i can solved i put fix okey for my the fix is commonDefines or service.h replace this: to: Thanks for the system!
  14. Open char_item.cpp and search: bool CHARACTER::PickupItem(DWORD dwVID) now, in this function search this: and replace : if you can't find, this is the function check you have "item2" because @ Owsap has wrong word maybe he mistook "2" Owsap function : Now in the same function search this: replace: If you can't find this is the function, check now is "item" and not "item2" Now, in the end of function replace again for this: This is the function: Now search: find ChatPacket and replace: Function: The same function find again and replace: Function: I have put a piece of the function so that you can more or less compare where it is, you have to check if it is "item2" or "item", because Owsap made a mistake in a line without wanting to, and it can confuse, but with what you I have put all the -> GetName () you should not have problems now, surely that is why the "item" function does not work for you ", also if you have decided to delete the" Dice "function you have to edit the values in python
  15. when you kill a mob/metin/boss in chat you can see "you recieved x points of experience" like official, but this function, you need edit a little archive in src game, check gift : [Hidden Content]
  16. what version you use? i use Karakas version but this have game.core on 2 time when you attack statues, but maybe you can compare function!
  17. In chatsettingwindow.py you need edit edit only XXX, <-Edit only this x e y with numbers if don't remember bad you need add 18 i mean exp = 10 item = 10+18 =28 etc
  18. System work great, you have c++11 in src game? ( he delated old version, so the new only work with c++11), and emoji is not necesesary to work, and you don't need def onUpdate, try to search this: i have this : but you cand add on something have "wndItem:"
  19. in freebsd 12 is bsdconfig ,about "i" maybe have other region configuration, try push all buttons to find i xD in my case sometimes "i" is in "_" or "-" or "?" only click all butons
×
×
  • 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.