-
Posts
842 -
Joined
-
Last visited
-
Days Won
13
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Poring King
-
Disconnect when trying to log into the server
Poring King replied to PoringSpr's question in Client-side Support
Yes to be exact 20151104 is the most stable if im not mistaken -
Get system folder from chris https://github.com/llchrisll/ROenglishRE
-
Used renewal item_db.yml or import it if you are using pre-re server setup.
-
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
-
Disconnect when trying to log into the server
Poring King replied to PoringSpr's question in Client-side Support
If im not mistaken there is a thread that below 2015 will be unsupported and remove from rAthena -
ROM Guild System / Guild Donations and Guild Hall etc
Poring King replied to Sacco's question in Script Requests
Interesting -
[Error] add item custom (among others)
Poring King replied to shonenro's question in General Support
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 -.- -
When I switch skill items in Hotkey and the skill table does not disappear.
Poring King replied to lphz's question in General Support
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) -
Cash Shop button and icon missing
Poring King replied to Karthikeyan's question in Client-side Support
@Akkarin HAHAHA LOL -
Cash Shop button and icon missing
Poring King replied to Karthikeyan's question in Client-side Support
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 -
How to change Language of private server
Poring King replied to Ghox's question in Client-side Support
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 -
Closed Connection Issue on Login Server
Poring King replied to mcNyj's question in Installation Support
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 -
How to enable butterfly wing bat_b02
Poring King replied to Chasewalk's question in Scripting Support
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 -
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
-
How to enable butterfly wing bat_b02
Poring King replied to Chasewalk's question in Scripting Support
Please post how you solve so other that might be have same problem as you see how you solve this -
How to enable butterfly wing bat_b02
Poring King replied to Chasewalk's question in Scripting Support
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.. -
FluxCP Centos 7 Error: PDOException with full permissions
Poring King replied to Rivers's question in Web Support
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.. -
How to remove message when open a buff box
Poring King replied to Sikdope's question in Client-side Support
If you don't have item_db.yml . Then you can find it to item_db.txt -
[Warning]: Unable to restore stack! Double continuation!
Poring King replied to GeorgeBrian's question in General Support
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 -
[Warning]: Unable to restore stack! Double continuation!
Poring King replied to GeorgeBrian's question in General Support
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 -
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
-
[Warning]: Unable to restore stack! Double continuation!
Poring King replied to GeorgeBrian's question in General Support
SEND your Script so we can help! -
How to switch Renewal to pre renewal (vise versa)
Poring King replied to IvanD's question in Database Requests
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 -
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 .
-
Converting stat calculation RE to Pre-re
Poring King replied to kalabasa's question in General Support
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 .