Jump to content

shatowolf

Members
  • Posts

    262
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by shatowolf

  1. 1 hour ago, gidzdlcrz said:

    Original thread here

    https://herc.ws/board/topic/18975-promotional-code/

    I somehow stumbled upon this thread and decided to ask if this is working on rathena. Luckily annie replied.
    image.thumb.png.76862366f989fb9bef26a1216a8bb6e9.png

    Link here: https://herc.ws/board/topic/18975-promotional-code/?do=findComment&comment=98439

    @topic

    This will be a nice feature indeed. And i think its a must.

    it's like promotional code, you just need to modified some code on it.

     

    but not 100% like that. ^_^ peace.

     

  2. 4 hours ago, Almond Snicker said:

    Hi Guys!

    Can anyone help me solve this issue? I'm pretty sure I do have a working SRC and even used my back up working SRC, but still having this error. 

    any inputs please?

    image.png.9afc15be5c462d92eb845af653d3055f.png

     

     

    just reboot your vps.

     

    make sure you have 2gb+ ram.

  3. 18 minutes ago, HiROserver said:

    Hi guys,

    I am about to officially release my server. I tried to pm @Functoron skype however he is not replying also I saw two functor.x on skype. How do I know who is the real one?

    please see the attached picture

    IMG_20201002_181512.thumb.jpg.c00467b9c782ea9893446c8125b565b4.jpg

    functor.x is the real one.
     

     

     

  4. 37 minutes ago, Forshaken said:

    Sorry for a noob question, most of my players are lagging when they are many people on the same map. Can someone help me with this issue? Is this client or server side?

    What client date you are using ?

    and yea maybe on your script or server side. 

  5. 2 minutes ago, Feistz said:

    Hi sorry for hijacking this thread but I'm interested in Gepard Shield and been trying to reach you for quite some time now and it seems i cant send you a PM through this forum. Is there any other contact method available and is the program still available? Thanks!

    you can pm @Functor via skype.

     

  6. 25 minutes ago, IvanD said:

    What’s else do I need ?

    groups.conf   

    @duel {<player name>} - Enables duel mode, if a valid name is provided, the player will be sent an invite to duel.
    @invite <player name> - Invites a player to duel.
    @accept - Accepts a duel invitation.
    @reject - Rejects a duel invitation.
    @leave - Leaves duel mode.

     

  7. 7 hours ago, iraciz said:

    [Error]:  Loading NPC file: npc/custom/dualkick.txt
    script error on npc/custom/dualkick.txt line 22
        script:add_word: invalid word. A word consists of undercores and/or alphanumeric characters, and valid variable prefixes/postfixes.
        17 : //===== Contact Info: ========================================
        18 : //= [Tauro]
        19 : //= Email: [email protected]
        20 : //= Discord: Trinity#7962
        21 : //============================================================
    *   22 : '-'    script  dl_map  -1,{
        23 : end;
        24 :
        25 :
        26 : OnInit:
        27 :        // 1= if you have gepard 0=if you do not use gepard
     

    at line 22. u should <tab>    22 : '-'<tab>script<tab>dl_map<tab>-1,{

  8. 1 hour ago, GMH said:

    Good day, I always got map crash issues during @reloadmobdb on my happy hour script. I tried to search but i cannot find the answer that related to this issue. Hoping that you guys could help me to figure out the map crash issue on happy hour or floating rates. 

    I have the screenshot of crash log from "gdb map-server map-server.core".

    By the way, i am using latest rAthena-rev62532.

    I also enabled the mobs_level_up: yes in conf/battle/monster.conf so the monster will level up each time a player is killed.

    This is the Happy Hour script i've been using:

      Reveal hidden contents

    -    script    HappyHourAuto    -1,{
     
    OnClock0200:
    OnClock0800:
    OnClock1400:
    OnClock2000:
        set $@brate,1000;
        set $@jrate,1000;
        set $@drate,500;
        setbattleflag("base_exp_rate",$@brate);
        setbattleflag("job_exp_rate",$@jrate);
        setbattleflag("item_rate_common",$@drate);
        setbattleflag("item_rate_heal",$@drate);
        setbattleflag("item_rate_use",$@drate);
        setbattleflag("item_rate_equip",$@drate);
        announce "Happy Hour Time!!!",bc_all,0xB6FF00;
        sleep 1500;
        announce "Happy Hour has started for 2 hour's and the new rates will be these: Base:"+($@brate/100)+"x, Job:"+($@jrate/100)+"x, Drop:"+($@drate/100)+"x, card not included.",bc_all,0xB6FF00;
        initnpctimer;
        set .HHAuto,1;
        sleep 1000;
        atcommand "@reloadmobdb";
        sleep 10000;
    end;

    OnTimer7200000:
        set .HHAuto,0;
        setbattleflag("base_exp_rate",$defaultbrate);
        setbattleflag("job_exp_rate",$defaultjrate);
        setbattleflag("item_rate_common",$defaultdrate);
        setbattleflag("item_rate_heal",$defaultdrate);
        setbattleflag("item_rate_use",$defaultdrate);
        setbattleflag("item_rate_equip",$defaultdrate);
        sleep 1000;
        atcommand "@reloadmobdb";
        sleep 10000;
        announce "Happy Hour Event has ended. Rates have returned to normal.",bc_all,0xB6FF00;
    end;

    OnPcLoginEvent:
        if (.HHAuto == 1) announce "Happy Hour Event currently active!",bc_self,0xB6FF00;
    end;

    OnInit:
        set $defaultbrate,700;
        set $defaultjrate,700;
        set $defaultdrate,300;
    end;
    }

    Thanks in advance and more power.

     

    map crash error.png

    you can check it at line 3031 at status.ccp.  

×
×
  • Create New...