Jump to content

rans

Members
  • Content Count

    358
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by rans


  1. I'm not so pro . but i find is Hercules more efficient than rathena. (Speaking the RAM usage), also hercules is faster to load than rathena.
    The one thing why i switch to hercules from rathena is the plugin system. :D

    -> both has advantages and disadvantages.
    but my advice is go for herc ofc. :D


  2. hello, anyone have a way to get the rathena's fluxcp addon CMS working on herc?
    I've tried it and the only problem is its not redirecting in to the module news & pages when you are in Home of your cpanel.

    <?php if (!defined('FLUX_ROOT')) exit;
        $this->redirect($this->url('news','view'))
        ?>
    

     

    i added that to themes/main/index.php

    but it only shows Blank Page. Thanks


  3. They're using AndRO. As far as I know, there isn't a guide for this since I believe it's a paid service. Keep in mind multiple features are disabled / don't work when using AndRO. They have a public client only for iRO Chaos Server.

    hello, thanks for the reply,

    anyway is it safe to use? i mean since it is different client from the pc it may have some exploit?


  4. Hello, i'm not so sure if i'm in the right section, please move if its wrong.

    anyway i tried using SecureGRF on Win10 and seems like its not working, I can't open the software in win10, i tried to run it in comparability mode win7 but still no luck,

    any alternative encrypting grf?

    Thanks


  5.  

     

    pano po mang lagay nang prize sa team winner sa event po?

    Mkakatulong po if ilalagay mo yun script dito ng event mo.

    eto po sir ung code script

    if(.point[1]>.point[2])
    {
        for( set .@i,1; .playerid[.@i]; set .@i,.@i+1 )
        {
            if( attachrid(.playerid[.@i]) )
            {
                if( getcharid(4) == $@bg_id_a )
                    getitem 7227,10;
            }
        }
        Announce "[Battle Ground Defense] : Red Team Win!",0;
    }else if(.point[2]>.point[1])
    {
        
        for( set .@i,1; .playerid[.@i]; set .@i,.@i+1 )
        {
            if( attachrid(.playerid[.@i]) )
            {
                if( getcharid(4) == $@bg_id_b )
                    getitem    7227,10;
            }
        }
        Announce "[Battle Ground Defense] : Blue Team Win!",0;
    }
    

     

     

    Yun "getitem 7227,10;"

     

    sa code mo yan po yun Prize.

     

    Add ka na lang po ng another line or replace mo yun 7227(Item id to ng TCG CARD),10(This is the amount of your prize) with your item.

     

    format:

    getitem <item_id>,<amount>; 


  6. i think what you mean is "Automated" instead of programatically, try searching for automated events and you'll see their script containing timings for them to trigger. (something like OnClock, OnMinute) just get the Idea if you want to learn for yourself, or you can post the whole script of yours and request for modification making it automated.

×
×
  • Create New...

Important Information

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