Jump to content

Poring King

Donators
  • Posts

    842
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Poring King

  1. Yes to be exact 20151104 is the most stable if im not mistaken
  2. Get system folder from chris https://github.com/llchrisll/ROenglishRE
  3. Used renewal item_db.yml or import it if you are using pre-re server setup.
  4. rAthena support 2 things . Our developer is trying to replicate all kRO updates . But doesn't mean everything on rAthena is 100% same as the original . I think rAthena is 1-2 years away from kRO . But rAthena is the most stable and close to kRO pre-re = Classic RO renewal = Base on kRO
  5. If im not mistaken there is a thread that below 2015 will be unsupported and remove from rAthena
  6. Well for me even you are from old eAthena rAthena is also using the item_db.txt you can specifically find it but now its YML format more informative than bunch of txt . Item_db2 is always at the import folder same thing at eAthena -.-
  7. Check this section on your item_db.txt / item_db.yml # Script Script to execute when the item is used/equipped. (Default: null) # EquipScript Script to execute when the item is equipped. (Default: null) # UnEquipScript Script to execute when the item is unequipped or when a rental item expires. (Default: null)
  8. Diff / Hex it using Nemo-Master Select Restore Cash Shop button all related to Cash shop button Adding Cash Shop Button Item To add item inside your cash shop you need to go to item_cash_db.txt // Structure of Database: // Type,ItemID,Price // Cash Shop Database // Contains the items sold in the ingame cash shop. // // Structure of Database: // Type,ItemID,Price // // Type: // 0: New // 1: Hot // 2: Limited // 3: Rental // 4: Gear // 5: Buff // 6: Heal // 7: Other // 8: Sale // // Price: // Item cost, in cash points (#CASHPOINTS). Ex: 8,7227,10 // 8 - Sale Tab // 7227 - TCG Card // Cost - 10 cash points
  9. Go to your server.grf find clientinfo.xml or sclientinfo.xml if the client is 2018 + onward. Below 2018 will use only clientinfo.xml . Then use American use langtype 0 if below 2018 client version . if client version is 2018+ use langtype 1
  10. Login IP 127.0.0.1 Char Athena char IP: Your VPS HOST IP / Your IP login IP: 127.0.0.1 Map Athena char IP: 127.0.0.1 Map IP : VPS HOST IP check your clientinfo.xml / sclientinfo.xml inside your server.grf check the IP and the langtype Lang type 0 = Below 2018 Lang type 1= 2018 Onwards IP = your server IP Use American instead of Korean
  11. I found this too inside the script thats why i advice you to remove it too ^_^ guild_vs3 mapflag gvg off guild_vs3 mapflag battleground 2 guild_vs3 mapflag nosave SavePoint guild_vs3 mapflag nowarp guild_vs3 mapflag nowarpto guild_vs3 mapflag noteleport guild_vs3 mapflag nomemo guild_vs3 mapflag nopenalty guild_vs3 mapflag nobranch guild_vs3 mapflag noicewall guild_vs3 mapflag hidemobhpbar
  12. On this Error you need to change the 0 into BL_NPC if NPC BL_PC if Player On this Error you need to use string not number & use number instead of string Ex: String = Word Number = Number On this error you need to use the NPCNAME:OnEventLabel
  13. Please post how you solve so other that might be have same problem as you see how you solve this
  14. The easy way is to go to your mapflag folder right ? But also check your battleground script if there is a mapflag too and disable it..
  15. If you are going online or offline . Always use or base all your configuration to your database. If the database using root & admin as user and pass then put on your anyfile as a connection is root and admin only . So you will not mess up . Do the custom configuration when you know already what you are doing..
  16. If you don't have item_db.yml . Then you can find it to item_db.txt
  17. There is a lot of things it might cause of server crash on item Duplicate Name Weight Buying & Selling item to NPC and you will get Higher amount on selling ex: You buy gold to npc worth of 100k but if you sell it to NPC it will give you 120k this thing im 100% sure make your server crash i experience this before when changing my item db.txt to YML. Because i want to use the re items so i load everything Script is empty etc
  18. Try this - Id: 656 AegisName: Awakening_Potion Name: Awakening Potion Type: Usable Buy: 1500 Weight: 150 Jobs: Alchemist: true Archer: true Assassin: true Blacksmith: true Crusader: true Gunslinger: true Hunter: true Knight: true Mage: true Merchant: true Monk: true Ninja: true Novice: true Rogue: true Sage: true SoulLinker: true StarGladiator: true SuperNovice: true Swordman: true Taekwon: true Thief: true Wizard: true EquipLevelMin: 40 Flags: BuyingStore: true Script: | sc_start SC_ASPDPOTION1,1800000,0; Error said about the invisible NPC so i assume that you create a custom script
  19. 1 or more will only generate 1 thor patcher file . Thor patcher file is compress file and the patcher only do is to extract it that's why we have patcher on your RO folder to replace your existing files to a newer one
  20. No need to disable everything you only need to do is uncomment like this to load all PRE-RE Modes //quick option to disable all renewal option, used by ./configure #define PRERE #ifndef PRERE
  21. if (countitem(itemID1) < 1 | countitem(ItemID2) < 1 | countitem(ItemID3) < 1 | so on so fort ){ mes "You dont have what i need"; end; } mes "I see you have all what i need i will warp you now"; warp "mapname",x,y; end; He just ask for item requirement before to warp i meet what he need . I give him the basic example of scripting to learn i don't give so much freebies and make this person asking always relay on freebies . He/she should learn by his self .. As you can see he don't even know how to do some condition statement its the basic one then you give him more complicated scripting . You are right he can use your script well but did he learn ? I give him more informative scripting on the NPC script dialog so he knew how the script process .
  22. Add the "//" To make it pre-re calculation Ex: //#define RENEWAL_STATS If you already did that then you already get what you want. Then if you are still not satisfy then you are on your own create your custom calculation. The reason that they add that feature in renewal.hpp to make it easier to switch .
×
×
  • Create New...

Important Information

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