Jump to content

Rebel

Members
  • Posts

    436
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Rebel

  1. Actually normal Headgear can be converted to costume.. in

    pc_equippoint

    if( ep&EQP_HEAD_TOP ) { ep &= ~EQP_HEAD_TOP; ep |= EQP_COSTUME_HEAD_TOP; }
    

    I just want to know how can i remove stats after i convert a normal headgear to costume headgear..

    or you can just tell me where does the equipments stats stored in SRC??

  2. i want to know how to convert an specific equipment to remove given bonuses..

    with the use of another command.

    for example..

    Valkyrie Helm - mdef +5, allstats +1 when valkyrie set is equipped..

    new command..

    @itemcostume Valkyrie Helm

    it will produce Valkyrie Helm as Costume and remove the given bonuses which is mdef +5 and allstats +1.. also remove the cards and refines..

  3. index.php?app=downloads&module=display&section=screenshot&id=2555

    File Name: @afk with AFK Hat

    File Submitter: Rebel

    File Submitted: 16 Sep 2012

    File Category: Source Modifications

    Content Author: Axl, Rebel

    Using @afk with AFK Hat. (Notice Board)

    I just modified it and put the AFK Hat effect.

    Changelog:

    v1.0 - Initial Release - Need to open a chat room to use @afk command and it is disabled to use in prontera

    v1.1 - No need to create a chat room to use @afk command as suggested by Mysterious (disabled to use in prontera)

    v1.2 (eA and rA) - Added a config in misc.conf. afk_timeout: 0 (0 is default) Tested with the latest rathena - Revision 17156

    v1.3 (rA ONLY) - Working with latest revision 17306 - Now you can't use @afk when you are dead.

    Click here to download this file

    afk_v1.3.diff

    • Upvote 3
    • Like 1
  4. why the navigation system on 2012-04-10 client is untranslated compare to 2012-06-18? i'm using translated msgstringtable.txt on both client so it means its on the hexing of the client? how any idea?

    Navigation System in 2012-04-10 client is hard coded.. that's why its untranslated..

  5. 5nvf61.png

    File Name: @afk with AFK Hat

    File Submitter: Razor X

    File Submitted: 16 Sep 2012

    File Category: Source Modifications

    Content Author: Razor X

    Well this is just using @afk with AFK Hat. (Notice Board)

    I just modified it and put the AFK Hat effect.

    Credits to the Original Author who ever he is.

    I just uploaded to a mirror since the file in Source Modification has not been approved yet..

    > Mirror <

    • Upvote 1
  6. Try it, everytime you equip and relog stats will random again:

    5817,Valentine's_Emblem,Valentine's Emblem,5,10,,0,,3,,0,0xFFFFFFFF,7,2,136,,0,0,0,{ if(rand(1,3) == 1) bonus bStr,rand(100,150); else if(rand(1,3) == 2) bonus bInt,rand(100,150); else bonus bDex,rand(100,150); },{},{}

    thanks for this i will try it later when i got home..

    EDIT: Thanks it works.. :D

×
×
  • Create New...