Jump to content

Legend

Members
  • Content Count

    375
  • Joined

  • Days Won

    5

Everything posted by Legend

  1. lol, me too. I thought im just the only one
  2. You can modify the monster's drop mob_db.conf
  3. I guess 1024Mb RAM is enough for about 150-200 players.
  4. Insert this to your script: if (BaseJob == Job_Novice) { ... Warper script content here... }
  5. this one doesnt work , tried them all this is the error that shows in my console : apply the diff first
  6. afaik, he's not using your name, instead he use your logo without consent. My logo, is my name. The font next to it and under it is spelling my name (even if it's in japanese). Therefore, he was using my logo/name and identity in the web. Oh i see, i never noticed the name written in japanese. I thought t'was just a design, or am i just blind? lol.
  7. Im not on anyone's side but... afaik, he's not using your name, instead he use your logo without consent.
  8. Yah, im hoping for that to happen too.
  9. Yeah, i also wonder where are the devs. I check also every now and then the recent commits but there's none. I hope its not.
  10. You can modify your damage in db/pre-re or re/map_zone_db.conf
  11. This topic should be on Script Release section if you wanted to share your scripts to the community.
  12. Removing clones can be done by using either of this two ways: killmonster "<map name>","<event label>"{,<type>}; or killmonsterall "<map name>"{,<type>};
  13. Legend

    Pet evo npc

    Just use this code on your script homevolution; for example: prontera,150,150,4 script Pet Evolution 1_M_LIBRARYMASTER,{ homevolution; dispbottom "Your homonculus pet has evolved!"; end; } *well i don't know if that's what you are looking for*
  14. Insert this in the first part of your npc dialogue script to remove existing showevent: showevent QTYPE_NONE,0;
  15. I know this script is already good but does not match with map I use btw i use this map to vending area https://rathena.org/board/topic/67742-custom-vending-map/ You can set the map x and y location according to your liking, configuration can be found in line 58-61 in your script provided in the first post.
  16. I believe those ".c" files located in NPC folder should be in ".txt", and before loading those scripts don't forget to add the "statusmes.c" in plugins folder.
  17. They do. Click Me Please correct me if im wrong.
  18. Do you mean, you don't want the item "6607 - Temporal Crystal" not to deleted? if that's what you mean then... find this line: delitem 6607,5; //Temporal_Crystal
  19. I guess you didn't upload your main.sql and logs.sql.
  20. usually if i do changes in the sql, i did it manually.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.