Jump to content

Hakuren

Members
  • Content Count

    35
  • Joined

  • Last visited

Posts posted by Hakuren


  1. Hi hercules,

     

    Request :

    - Can i request a script that gives 5 different items in a array.

     

    Example :

    - i got setarray .@item_ids, 501,502,503,504,505,506,507,508,509,510;

     

    Randomly give 5 different items on that array at the sametime

     

    Thank you in advance. :D


  2. hi @Neo,
     

    Sorry to bother you again, i'm really really sorry.
    I updated my client to 2015-11-04aRagexe but those 2 Patches does not work on my client.

     

    Custom Job :

    after launching the client, client crash

    Custom Aura Limits :

    after loading the map, client crash

     

    heres the client i used :
    [post=http://ragemu.org/board/files/file/5-2015-11-04aragexe-client-unmodified/]2015-11-04aRagexe[/post]


  3. I have fixed the Custom Job issue. Try patching with the latest version.

     

    hi sir i tried the latest patch of nemo but i still got error when i try to login and in service select my client crashed

     

    this is the client i used

    2015-09-16aRagexe.rar

     

    post-1023-0-13802900-1458041175_thumb.jpg

     

    9 Disable 1rag1 type parameters (Recommended)

    13 Disable Ragexe Filename Check (Recommended)

    23 Enable /who command (Recommended)

    24 Fix Camera Angles (Recommended)

    29 Disable Game Guard (Recommended)

    33 Always Call SelectKoreaClientInfo() (Recommended)

    34 Enable /showname (Recommended)

    35 Read Data Folder First

    36 Read msgstringtable.txt (Recommended)

    37 Read questid2display.txt (Recommended)

    38 Remove Gravity Ads (Recommended)

    39 Remove Gravity Logo (Recommended)

    40 Restore Login Window (Recommended)

    41 Disable Nagle Algorithm (Recommended)

    44 Translate Client (Recommended)

    46 Use Normal Guild Brackets (Recommended)

    47 Use Ragnarok Icon

    48 Use Plain Text Descriptions (Recommended)

    49 Enable Multiple GRFs (Recommended)

    53 Use Ascii on All LangTypes (Recommended)

    64 @ Bug Fix (Recommended)

    73 Remove Hourly Announce (Recommended)

    84 Remove Serial Display (Recommended)

    90 Enable DNS Support (Recommended)

    91 Disconnect to Login Window

    97 Cancel to Login Window (Recommended)

    202 Enable Custom Jobs

    213 Disable Help Message on Login (Recommended)


  4. hi guys is there a patch that has this Aura Over 99 or 175 for client 2013-08-07aRagexe because im planing to increase Max_Level to 255 but after i got 255 the aura disappear i search about it but they all recommend to hex the client but i dont know what hex code should i search and replace or patch that available with this client.

    please if someone can teach me how to enable it

    please share :)


  5. hi is this possible?

    getting all player that has the status for example blessing? like that

    - getmapstatus("prontera",SC_BLESSING);

     

    Additional Info :

     

    like this script made by my idol annieruru but instead of checking all of the entire server and checking all vending it should be one map that it set of and status buff that has it.

     

     

    BUILDIN_FUNC(getusers_novend) {
    struct s_mapiterator* iter = mapit_getallusers();
    struct map_session_data* sd;
    int count = 0;
    for ( sd = (TBL_PC*)mapit_first(iter); mapit_exists(iter); sd = (TBL_PC*)mapit_next(iter) )
    if ( sd->state.autotrade == 0 && sd->state.vending == 0 && sd->chatID == 0 )
    count++;
    script_pushint( st, count );
    mapit_free(iter);
    return 0;
    }

     


  6. Hi hercules

     

    i got problem with clones :(

    as far as i know in clone system it duplicates the master's stats even ASPD?

    but after i summoned a slaveclone my clone didnt apply the master's ASPD its slow attack :(

    could someone help me with this

     

    this is my save replay

     

     

    i try in eathena their slaveclone duplicates the master ASPD too

     

    this is my save replay in Eathena 

     


  7. hi how can i skill give AoE effect like clif_specialeffect(bl,34,AREA); when cast

    i planning to modify Falling Ice Pillar effect sending to all target around 6x6 area

    i saw a example of this the siren's voice but i can't find the specialeffect of that please help thankyou in advance


  8. or another idea a special bonus that if npc variable set automatically add to the stats of the user like

     

    bonus bAutobonusAgi,$globalvariable;

    bonus bAutobonusStr,$globalvariable;

    bonus bAutobonusDex,$globalvariable;

    bonus bAutobonusInt,$globalvariable;

    bonus bAutobonusDex,$globalvariable;

    bonus bAutobonusLuk,$globalvariable;


  9. hi herc.ws

     

    im trying to create a bonus that automatically recompute after changing the value using npc

    im currently using this command of my idol annieruru "OnPCStatCalcEvent"

    after the npc change the value of bonus example bonus bVit,$vitbonusglobal; it didnt update or recompute

    it but only enter other map or change equip will update the stats

    my question is "is this possible?".

     

    hope you help me herc.ws

    im currently using rathena if this illegal you can delete this post

    thank you in advance to those can help me i really appreciate it

     

    have a nice day guys waiting for your reply

     

×
×
  • Create New...

Important Information

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