Jump to content

imat1

Members
  • Posts

    99
  • Joined

  • Days Won

    5

Everything posted by imat1

  1. The default for silver and gold coin are 10 each.
  2. Make sure your port 8888 is open.
  3. https://github.com/rathena/rathena/blob/b3ddb4511c6904ab775789db304042e727cb2853/db/pre-re/skill_db.yml#L4772 Set to 0. Or you want to do it with injustice card only?
  4. I'm not sure. I never tried 255 server. Anyways, try to refer from here.
  5. Change max_parameter to your desired value, not the max parameter for expanded classes.
  6. No. You need to generate your own cps.dll and paste it inside your ro folder.
  7. Means your status change doesn't exist. Which guide did you follow?
  8. Not necessarily. Try this one. I believe you're familiar with grf editor. Then you can use this easily.
  9. If you don't want to do this using changebase, you will encounter lots of weird sprite display. Like costume garments, wings might display on your character's waist or even above the shoulder. Also normal attack animation probably would look weird. And so on. How do i know? I'm telling from my experience xD
  10. Patch on nemo/warp Change new char name field height ChangeNewCharNameHeight Allow change height in input field in new char creation dialog Set value to 20
  11. That's useful indeed. Hopefully not resource extensive.
  12. I don't know how to add that manually. But that comes with gepard 3.0 you can message @Functor for more details.
  13. Just like Emistry said, your staus does not exist. Which guide did you follow?
  14. imat1

    GoldPC Shop

    https://github.com/rathena/rathena/pull/7410
  15. It's because your gstorage table is broken. Go to your sql and repair your gstorage table.
  16. What client version are you using?
  17. Upon checking the query, I think there's just a missing + symbol. Find the line with: query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count"'"); Change to: query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count+"'");
  18. The reason why I didn't use pointshop is because of this warning message. It's kind of misleading to me. Thanks a lot for this though. Made me realized a lot of things. Also on OnInit part, I feel so dumb after seeing that I typed the same parameters instead of using for loop. lol Again, thanks for your suggestions, which I appreciate.
  19. Did you patch your client with walk to delay patch? I suggest you to remove that or set the value not any lower than 200 i think.
  20. I want to know too. For now, what I'm doing is monitoring the map-server.
  21. Hello guys. Please help me confirm if what I changed from my script could cause any harm or bug/exploit to my server. Here's the raw NPC script from Initial implementation of the goldpc timer Here's what i did. It's working fine as I have tested. But I don't trust myself. Also I refer a lot from rathena's hunting missions. I'm open for suggestions. Thanks in advance! Note: I don't know C++ (if this is the language we're using here) but I do know javascript because of my job which helps me manage somehow (they're almost the same LOL which surprised me, there's just a lot of difference when it comes to syntax)
  22. Did you add sprite and act files for each job/class?
×
×
  • Create New...