Jump to content

Haikenz

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Haikenz

  1. could someone post a diff compatible with the current git of rAthena
  2. How do I open this window? to add my custons Limited items
  3. Did you manage to correct the hair style error? is that in mine is not more than 29 and give error
  4. After today's update he started to display this error: Error 1 error C2664: 'e_setpos pc_setpos(map_session_data *,unsigned short,int,int,clr_type)' : cannot convert argument 5 from 'e_setpos' to 'clr_type' c:\users\rehgu\downloads\ragnarok\rathena\src\custom\script.inc 16 1 map-server I use this :
  5. I need a simple pvp area ... when entering inside that circle of the map pvp starts
  6. Where did you find this error? because I have the same problem
  7. 1 - Where can I find these texts? I did not find in the moasfiles, msgstringtable and src. "SALE LIST" "Commission" "EA" "Current Zeny" 2 - Why is the rate being applied? If I already left 0 for not charging // Tax to apply to all vending transactions (eg: 10000 = 100%, 50 = 0.50%) // When a tax is applied, the item's full price is charged to the buyer, but // the vender will not get the whole price paid (they get 100% - this tax). vending_tax: 0
  8. With me it is giving this error: I use SQL item_db_re
  9. I managed to remove all the errors that appear when compiling ... but he is with this small problem ... see in this my post
  10. I posted my updated diff to ask for help in seeing what is wrong, as it is giving map-server crashed
  11. Well, I took this diff from this post ( https://rathena.org/board/topic/104860-extended-vending-system-august-2016-renewal-pre-renewal/ )that is newer, but it had some errors, and I managed to correct it, no more errors appeared in the compile program ... the system opens right, opens the normal store for zeny or cash ... but it is giving error when a player buys something in the store, the map-server of the crash and closes the server, without appearing any error in the emulator. Sorry for my english ... this diff was updated by me patch.diff Video error:
  12. I have managed to fix all the errors of the DIFF that appears in emulator. I open the store perfectly, select if I want Zeny or Cash, but when a player buys an item in the store the map-server will crash, and no error appears in the emulator :/
  13. How do I give the reward to the day instead of time ... Ex: I received the reward today, so at 00:00 I can receive the next reward Another thing, it is for the prize not to be repeated, Ex: I received the prize yesterday (Day 5), today (Day 6), I did not take the prize, tomorrow (Day 7) I would receive the prize of day 6 @Edit I'm not getting the reward item https://nopaste.me/view/39b4af44
  14. 1. How to add the duration of a coupon? ex: valid only for 1 week, valid for 1 month... 2. how to use code on account, not to be used repeatedly in other chars 3. has some way the code stays in this form: aaaa-bbbb-cccc separated by: - from 3 in 3 code 4. how to add multiple items to win in just 1 coupon
  15. Well, I was in mind with this: The system would work first with the Script in the game, where it configures the items that will give, quantities, and the valid duration of that token .... then it generates the code. Then there would be a page in php on the site (it has to login), where it would enter the token code to win the items. Does anyone have it?
  16. The way it was, it made a mistake when it was past 29 ... with that little name change fix it now works
  17. It really was not too much ... but since everyone was with this error I decided to share his solution
  18. I managed to correct the error of the hair styles ( 64k Hairstyles ) ../Patchers/Enable64kHairstyle.qs (Download in the attachment) Find: //Step 1a - Find address of Format String var code = "\xC0\xCE\xB0\xA3\xC1\xB7\\\xB8\xD3\xB8\xAE\xC5\xEB\\%s\\%s_%s.%s"; // "인간족\머리통\%s\%s_%s.%s" Change: //Step 1a - Find address of Format String var code = "\xC0\xCE\xB0\xA3\xC1\xB7\\\xB8\xD3\xB8\xAE\xC5\xEB\\%s\\%s_%s.%s"; // "Àΰ£Á·\¸Ó¸®Åë\%s\%s_%s.%s" Find: if (offset === -1) {//Doram Client code = "\\\xB8\xD3\xB8\xAE\xC5\xEB\\%s\\%s_%s.%s"; // "\머리통\%s\%s_%s.%s" Change: if (offset === -1) {//Doram Client code = "\\\xB8\xD3\xB8\xAE\xC5\xEB\\%s\\%s_%s.%s"; // "\¸Ó¸®Åë\%s\%s_%s.%s" Work in 2017-06-14bRagexeRE Enable64kHairstyle.qs
  19. Thanks... work in 2017-06-14b (shift+clicking) ~Resolved
  20. Yessss... now the problem will be to find him in the middle of this whole code
  21. No, this was in 2011 and this file was on the eAthena forum
  22. Yes there is the mod for Src, many years ago when I was using eAthena a guy developed for me, and was nothing on the client.
×
×
  • Create New...