Jump to content

Gouki

Members
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gouki

  1. @cook1e Hey, on these examples, NPCs are not specified, been trying to locate on how to access these npcs. if it's not specified, how can we access them? very new to barter system and exploring it, thank you!
  2. I'll check this option, thank you for the langtype and servicetype link.. I didn't set it as this is already the default client set in rathena packetver.
  3. Update... Played a with the diff settings and placed load custom clientinfo.xml to enabled and direct it to clientinfo.xml, together with other bunch of options, and now its working fine, even the font on the login screen fixed itself. I tried placing it back servicetype to 'america' as this is normally what I use, but placing servertype to 'primary' doesn't really let me launch the client. I'm using RAGEXE I believe -> http://nemo.herc.ws/clients/2021-11-03_Ragexe_1635926200/ should I use RAGEXE or RAGEXERE? I'll be using this for a pre-renewal settings, just want to try and infuse new RO features to pre-renewal style server. this link is from a comment of akkarin on this post.
  4. A little progress.. I removed some ignore error diff on the client and got a prompt of Incorrect Servertype, so I changed Servertype Primary to Sakray and the client is now going through. Now the problem is that, the client is not connecting to the Server, I tried creating an account using _m (yes it is activated server side), but it instantly pops up to Failed to Connect to Server. Rechecked, if the ports are opened on the VPS and it is the 3 ports are opened.. Now I'm not sure what I'm missing of if it's a misconfiguration. The server is starting fine without errors. Here's my clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Local</display> <address>VPS IP</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb>www.ragnarok.com</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> Here's my opened ports.. Here's the client now..
  5. Hi all, I'm currently trying the recommended client of rathena, I have also diffed it already. The issue: When you open the client, and after the run as admin prompt, nothing happens. no error messages. It just doesn't go through to open the exe. What could be the issue?
  6. what could be the issue when you opened the client and after the run as admin prompt, nothing happens? using 20211103 client
  7. Were you able to find an answer on how to activate the ShowDropEffect? I already added the drop effect to itemdb, I just cant figure what flag to use on the makeitem script.
  8. I added the DropAnnounce: true but it is not announcing, would there be any other modification needed?
  9. Are you using the Rare Drop Announce on drops.conf or this is the flag: dropAnnounce on item yml? Do you happen to know how to enable to DropAnnounce under flags on itemdb.yml?
  10. @Gladius on the latest rathena, item_flag is no longer available, hence maybe it was already added on the yml -> flags: dropAnnounce, do you happen to know how to use this? when I set to true and kill the monster who drops it, no announcement was made..
  11. Gouki

    item shower

    Hi @sader1992, just wanting to know how'd you enable the canShowEffect option on makeitem script command? I've tried True,Enable,1,dropEffect words trying to enable it but failed. makeitem <item id>,<amount>,"<map name>",<X>,<Y>{,<canShowEffect>}; EDIT: Fixed, updated my emu
  12. Hi, how can you fix this warning message? this is Snatcher or steal skill of rouge.
  13. does this happen on every map? or specific map? maybe you do have a script something like onlogin or onloadmap checks cart and removes it like cart 0.
  14. I'm just going to leave this here, some time ago I have bought customized items from @Haziel, and Haziel reiterated that this specific items was only sold to me because it wasn't released yet on his discord, even until now it is not released. however, it managed to got out and was resold. My public GRFs are encrypted, so it's pretty sure that no one can steal these works of Haziel. How'd it managed to got out? I don't know but the only thing I know is that Andro needs decrypted GRFs, which I applied for and submitted to him. When Haziel approached me, he wasn't shocked at all. He new right away who might the culprit be and said that it was not only me who got victimized by this. Maybe you just got hit by Karma ey? 1st off its hard to contact you, 2nd your turnaround time is long, 3rd, pricey.
  15. Also tried checking lower group levels, but still password doesnt showup..
  16. Hi all, How would you allow to show password of the account holder in @accinfo?
  17. would this still be the actual fix? 2018-06-21, not applicable?
  18. Yes this specific variable is not triggered by oninit and onpcloginevent aswell. Thank you for the perfect explanation, appreciate it @Tokei
  19. Hi guys, I tried truncating my mapreg and values are still not removed, this is check when you @set "$variable" in game. I tried checking the sql mapreg database also and it's empty, however there are values when checked in game. how do you delete this or wipe?
  20. having the same issue this is when you use one of the historical broadcast
  21. thats a good idea, but the skill still doesnt trigger after the effects.. wonder why..
  22. Tried make all sleep2 to 3000, still the itemskill doesn't execute. I'm not sure why. the goal of the sleep2 is just to let the animation of the effect finish before the other triggers, is there a natural script command to perform and let the effects finish first before moving to the next script? or sleep2 is the only way in this case?
  23. Script: | specialeffect2 775; sleep2 1000; specialeffect2 445; sleep2 1000; itemskill "AL_TELEPORT",3; Just playing around with special effects, unfortunately sometimes the itemskill triggers, and most of the time it doesn't. What could be wrong?
  24. Just wanting to ask if rodex or mail dupe still a thing? Im worried to turn my rodex on to avoid this concern in the future. Im not sure how to reproduce this, but on the previous server, my friend happened to accidentally duped an item, not sure what client that server uses.
  25. got it to work using substr, thank you!
×
×
  • Create New...