rmon
Members-
Posts
75 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by rmon
-
Hi Guys, Requesting on your assistance for my Debug Issue showing on my Map Server
-
I am currently using iteminfo from https://github.com/zackdreaver/ROenglishRE/blob/master/System/itemInfo.lua I am not having any issue in using it, but the moment i do any changes on that file that is the time it always gives me the same error.
-
Hi @Najara, actually, any line i edit, when i save it , its always giving me the same error
-
I am using fresh copy of English translation from https://github.com/zackdreaver/ROenglishRE My KRO Client also updated (11-03-2017) for both rsu-kro-rag-lite and rsu-kro-renewal-lite But still getting the error. -------------------------------------------------------------------------- its the zeny that i want to remove since the script is not doing anything on the zeny -------------------------------------------------------------------------- Also, Can you assist me on the below screenshot ? as the links for the items is stacking up. I have diff settings for the below 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box
-
Hi Malice, Would you mind to share the solution on how to edit the iteminfo.lua ? When im doing any change on my iteminfo.lua , it keeps on giving me this error [502] = { unidentifiedDisplayName = "Orange Potion", unidentifiedResourceName = "주홍포션", unidentifiedDescriptionName = { "" }, identifiedDisplayName = "Orange Potion", identifiedResourceName = "주홍포션", identifiedDescriptionName = { "A potion made from grinded Red and Yellow Herbs Add.", "^FFFFFF_^000000", "Class:^0000FF Restorative item^000000", "Heal:^006600 105 ~ 145^000000 HP", "Weight:^006600 10^000000" }, slotCount = 0, ClassNum = 0 },
-
I got it all working now
-
Install Both for 32 and 64 bit
-
Anyone can help me about GoogleVPS via Discord ?
-
[Guide] Setting Up rAthena Server in a CentOS 7 VM on Windows using VirtualBox
rmon replied to Sindit's question in Installation Support
I'm getting this error -
Updating Rathena Using Git Without Losing My Modifications
rmon replied to kevinkarl22's question in General Support
Hi @Playtester Can you share us guide for those commands please ? Currently using CentOS(CLI) Thanks. -
Hi Everyone, Just wanted to know how to do the following on different type of scenario on a CentOS(CLI), to make sure my GIT is always up to date with important changes in https://github.com/rathena/rathena. 1. I Made changes with mmo.h and rathena release an update that also has changes in mmo.h ( https://github.com/rathena/rathena ) Will it overwrite changes i made in mmo.h ? How will i apply the update ? 2. I made changes in conf and npc folder and rathena release an update that also has changes/addition/modification in conf and npc folder Will it overwrite changes i made ? How will i apply the update ?
-
[Guide] Setting Up rAthena Server in a CentOS 7 VM on Windows using VirtualBox
rmon replied to Sindit's question in Installation Support
Hi @Sindit, I skipped step#6 because i want to use MySQL Workbench to work on my Database, Can you share also how will i open the database that has been created on this tutorial using MYSQL Workbench -
Thread is already removed in Paid Service.
-
Hi Everyone, Also planning to avail google VPS, Maybe this already came on your mind - Is Google VPS offer full root access ? - How about for our website and patcher ? - Does Google VPS already has a DDOS Protection ? - Do you have any idea how much will it cost per month in running rathena with 100 user ?
-
Hi Everyone, Anyone here tried to use google cloud as a vps hosting provider ? Any comment ?
-
I used to manage #Cashpoint on global_reg_value before ( wayback 2013 ) I'm not sure now where it is located Any help ?
-
Hi All, Looking for a way on how i can modify flux cp to Manage only where to appear the You are currently logged in as xxx xxx xxx because most of the page in fluxcp its appearing on the top You are currently logged in as
-
Anyone knows where to get World Map with details for my website , like the link below : https://sarahserver.net/worldmap/ Thanks
-
Issue Resolved , found out that when char got created it will warp on random map as specify in // Starting point for new characters // Format: <map_name>,<x>,<y>{:<map_name>,<x>,<y>...} // Max number of start points is MAX_STARTPOINT in char.h (default 5) // Location is randomly picked on character creation. // NOTE: For Doram, this requires client 20151001 or newer. start_point: iz_int,97,90:iz_int01,97,90:iz_int02,97,90:iz_int03,97,90:iz_int04,97,90 start_point_pre: new_1-1,53,111:new_2-1,53,111:new_3-1,53,111:new_4-1,53,111:new_5-1,53,111 start_point_doram: lasa_fild01,48,297
-
edit if you want combine from eAthena That would be a great idea, But can you enlighten me for it ? Attached is my currently NPC for pre-re but still missing npcs e.g: first char creation respawn point : no npc 1st castle entrance : no guard npc to enter training ground or warp directly to town : missing pre-re.7z
-
Hi All, Currently using latest PRE-RE git and planning to make a low rate server with all Official NPC enabled E.g : First Character Creation ( All NPC should be enabled in Training Ground ) / Office Job Change NPC for 1st 2nd and trans. Thank you in advance.
-
Hi @zackdreaver, Just wanted to check what is the difference between your English translation and the link below : https://github.com/ROClientSide/Translation Thanks