Jump to content

  •  

Total

Member Since 13 May 2016
Offline Last Active Mar 19 2017 03:44 PM
-----

Topics I've Started

Cash Shop

02 January 2017 - 12:51 AM

Hello,

 

is it possible to disable the Cash Shop for a certain group ID?

 

I want any account with group_id = 1 not able to access the cash shop.

 

Thanks in advance.


OnPCDieEvent: - Monster Only?

31 December 2016 - 05:13 PM

Hello,

 

I'm creating a system where if a player dies, they are auto hidden and must find the spot they died on to carry on.

 

World of Warcraft Style.

 

Is it possible to determine how you have been killed?

 

I only want this to trigger if killed by a monster and not trigger if they was killed by another player in PvP, BG, WoE etc

 

OnPCDieEvent:
 
This is for any death isn't it? if their another trigger to use?
 
i was thinking of using something like;
 
OnPCDieEvent:
            if map="pvp1,pvp2,woe1,woe2" end;
            <else script here>
 
Would this work?
 
Thanks in advanced.

Join or Create guild restrictions.

27 November 2016 - 10:09 PM

Hello,

 

I want to make it so any account that has group_id = 1 not able to join or create a guild.

 

Is there a setting already available for this? if not how can i make this happen?

 

Your help is much appreciated.


2015 Client Support

13 May 2016 - 09:50 AM

I have the latest git repo of Herc running (pre-renewal mode) ...

  • Which translation project do i use?
  • Which kRO full client do i use?
  • Which patcher do i use? (is it NEMO?)
  • Which client exe is stable and works with Herc?

I used this full client package: http://herc.ws/board...client-package/

This translation project: http://herc.ws/board...lation-project/
For one of the 2015 exes: http://roclients.info/ (kRO -> 2015-01-07aRagexe.exe)
and selected "Select Recommended" and it started to give me bunch of errors.
 
So, I decided to use one of the 2014 version of the client that everyones recommending here, and that seems to have patched with the "Recommended" patches. So, I used unbolox on the translation project data dir and created a grf and updated Data.ini and put the whole thing together and launched the client.
 
Nothing happens, there's no RO window. but i can see the hexed ro client executable running in the background in the task manager and its using about 13% CPU and nothing really happens.
 
Can someone please help, I just want to setup a fairly recent client and so confused with all these steps to take to get it working. There are guides but they seem outdated. Anyone?
 

Would you recommend that I run a 2015 client? if not, what is considered stable client version to run with the current version of herc repo?

 

Many thanks in advance, appreciate any help given.