Jump to content

vBrenth

Members
  • Content Count

    388
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by vBrenth


  1. You can use

    isequippedcnt

     

    Like this?

    {
    	Id: 2629
    	AegisName: "Magingiorde"
    	Name: "Megingjard"
    	Type: "IT_ARMOR"
    	Buy: 20
    	Weight: 8000
    	Def: 2
    	Loc: "EQP_ACC"
    	EquipLv: 94
    	Refine: false
    	Script: <"
    		if (isequippedcnt(2629)<2) {	
    			bonus bStr,40;
    			bonus bMdef,7;
    		}
    	">
    },

     


  2. 18 hours ago, lowkey said:

    1. What are the things I should know as a server owner? I've read some posts that there are cases that the developer will sometimes swindle the server owner for server profits.

     

    Most of the cases. But not only the developer sometimes the owner take advantage of developers works.

     

    18 hours ago, lowkey said:

    What are things that I should be aware of with my server? I've done my research that 

     

    17 hours ago, Kuya Jeo said:

    a) I should atleast know how item properties/effects works and their code structure.

     

    Most of the private server modified their setup from /conf/battle such as custom drop rates / exp rates / other modification.
    Item implementation and also custom NPC's.

     

    17 hours ago, Kuya Jeo said:

    b) reading some server logs, trade logs, anything more?

     

    If there's some scam reports, hacking incidents and other things Yes.
    Or if you are watching your GM activities too.
     

    18 hours ago, lowkey said:

    2. Does the developer have the full access to my server, specifically sql? because here is where you can change your GM lvl to make use of the @item command. right? (correct me if im wrong)

     

    You can hire a developer depends on what you need. If you know how to setup the server then you don't need to give them an access.
    a.) Your developer will only send you the script/src/files you asked. And you are the one who will install it to the server.

    b.) If you hire a developer and you have 0% knowledge then there's a chance that your question #1 will happen.
     

    17 hours ago, Kuya Jeo said:

    3.  Does the server host have also full access to my server?

     

    Yes, they do have access. Just a tip. Do not host your server to any RO-hosting, pick something like popular one. Digitalhosting, OVH, Usdedicated or NFOserver

     

    17 hours ago, Kuya Jeo said:

    4. What are the payments to be made every month? did I miss something? And can you give me a rough estimate for a player of 500 players 

    Server host

    Website host/forums

    Gameguard

    Developer(monthly or one time payment)

    Advertisements

    i still have a few technical stuffs but for now these come first. 

     

    This is very tricky. If your server is doing fine without getting DDoS you can just host it 4-8gb Ram server and cheap hosting but good speed such as nfoserver and digitalhosting.
     

    Server host: around 20-200$ again depends on what your server need.
    Website host/forum: 5~20$ this is pretty much the same. You can buy a monthly web hosting or yearly (for cheaper price).

    Gameguard: Gepard shield. 150$ for basic Gepard Shield. functor also offers some addons such as aura/color nick and lgp.

    Developer: depends on the agreement.
    Advertisements: Depends on how big the server you want to be.

     

    -------------------------------------

    Good tips.

     

    12 hours ago, Daraen said:

    Keep in mind that the community can be toxic and it can also disgust you when managing server administration.

     

    15 hours ago, gantz said:

    As a starter you may practice on your own offline server , when you are confident enough on your knowledge, publish a server for your friends and it will help you to gain experience.  Later you can publish a small server to gain management experience. Eventually you may try to open a server for big population which requires enormous money, knowledge, experience, passion and dedication.

     

     


  3. On 4/28/2020 at 2:18 AM, yani9o said:

    Just so other noobs like me don't search for hours... it's in "herc_renewal_2019.grf" not "data.grf" 😅

     

    No other actual fix on this? Just removing the lines? Hmm.


  4. 21 hours ago, Crousti said:

    Hello,

    Is there a map flag "hidemobhpbar" in hercules just like there's one for rathena ? (in order to bypass the hp_bar config in monster.conf). 

    If yes, where, if no, do you know how I can do it ? 

    Thanks a lot for your help !

     

    What about /monsterhp command?>


  5. 8 hours ago, fiction said:

    For my perspective, rAthena it's more involved in ragnarok scene, instead of herc, that doesn't have update in ragnarok scene, because it's more focused in the internal mechanism.
    rAthena have more developers instead of herc, and their pull request are merged more faster than herc xD

    So as bugs, everytime i updated my rAthena new bug comes, alot of pre-renewal formulas is broken. (can be fix by reverting ALOT of commits).


  6. On 7/12/2018 at 0:24 AM, Begin said:

    Use this one. I have used this when I maked my HP Table for 255/120.

     

     

    This is for HP table, anything for EXP table?

    Anything for the EXP Group db?


  7. if( pc_isfalcon(sd) && sd->weapontype == W_BOW && sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_HUNTER && pc->checkskill(sd,SN_FALCONASSAULT) > 0 && rand()%100 <= 15 )
    	skill->castend_damage_id(src,bl,SN_FALCONASSAULT,1,tick,SD_LEVEL);

    This will give you 15% chance.
    Edit the <= 15 ) to chance you want.


  8. On 1/3/2018 at 9:16 AM, 4144 said:

    For full client, you can download from gravity zero site. Or use one premade somewhere on rathena forums.

    For now not all new zero pckets implimented, this mean cant see some new effects.

    Do ZERO client uses same files as kRO such as skill description and etc?

×
×
  • Create New...

Important Information

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