Jump to content

Brynner

Members
  • Posts

    1942
  • Joined

  • Last visited

  • Days Won

    14

Community Answers

  1. Brynner's post in 2012-04-10 client error. was marked as the answer   
    the solution is still on that threads.
  2. Brynner's post in Cashshop displaying unkown item was marked as the answer   
    that's a common bug issue on rA emulator.
    http://rathena.org/board/tracker/issue-7585-cash-shop-list-problem/

    since the cash shop system was originated on hercules. the issue still not resolve here. since luck of support for cash shop features atm.
  3. Brynner's post in How to change Max lvl for this rAthena Revision 17339? was marked as the answer   
    to change the max level. just change only the src\map\map.h
     
    then look for #define MAX_LEVEL 160 and change the 1000. then recompile
     
    revert your previous changes.
  4. Brynner's post in Recommended client was marked as the answer   
    still recommend to use the old ones. 2013 client is not stable. the use of it now is for test purpose only. since not all features of latest client is not supported by the server.
  5. Brynner's post in 2012-04-10aragexe Client WeeDiff Plugins Please. was marked as the answer   
    here
    2012-04-10aragexe.rar
  6. Brynner's post in Character Selection Screen Language issue was marked as the answer   
    for the map issue. it is on your msgstringtable.txt and for the korean character button. use this english translations files.
     
     
    http://svn6.assembla.com/svn/ClientSide/Translation_Project/
  7. Brynner's post in how do i change renewal doppelganger effect ? was marked as the answer   
    if you want to disable renewal aspd
     
    src\config\renewal.h
     
    #define RENEWAL_ASPD
     
    and for doppelganger card effect.
     
    db\pre-re\item_db.txt
     
    4142,Doppelganger_Card,Doppelganger Card,6,20,,10,,,,,,,,2,,,,,{ bonus bAspdRate,10; },{},{}
     
    change the 10 to 100 to max the aspd of your character.


    don't forget to recompile after editing the source.
  8. Brynner's post in Lua error after adding custom please help me solve it was marked as the answer   
    the problem was on your sprite.you should add _ in the front of your custom sprite. _Blade_of_Dragon.spr and also for _Blade_of_Dragon.act
  9. Brynner's post in Fluxcp on VPS was marked as the answer   
    you should ask for a support on asura hosting.
  10. Brynner's post in How do i fix this Client Error was marked as the answer   
    always mark the topic if its already solve thanks.
  11. Brynner's post in ERROR on adding Custom please help was marked as the answer   
    just change the range of your accessoryid.lua
     
    1199 to higher one. just like 8001
  12. Brynner's post in My client is 2012 04 10 Plz help, i cant able to make no cast was marked as the answer   
    trunk/src/config/renewal.h
     
    look for 
     
    #define RENEWAL_CAST
     
    then add // 
     
    just like this. then recompile.
     
    //#define RENEWAL_CAST
  13. Brynner's post in Multi rAthena on 1xPC was marked as the answer   
    just change the sql database and ports. 5121 6121 6900 to diff one. 5122 6122 6901 just like that
  14. Brynner's post in Item names and item window problem was marked as the answer   
    2012-06-18aRagexeRE use iteminfo.lub located on System\itemInfo.lub
     
    and for ShadowTable
    http://rathena.org/board/topic/69684-client-dates-supportfixes/
  15. Brynner's post in how to disable @warp and @go command when you are at sleep status? was marked as the answer   
    Error 1 error C2065: 'sc'
    sc = status_get_sc(sd);
    if (sc->data[sC_TRICKDEAD]) {
    Error 5 error C2223: left of '->data' must point to struct/union
    if (sc->data[sC_TRICKDEAD]) {
     
    i got these error

    by the way problem solve.
     
    just remove the sc = status_get_sc(sd);
     
    and simply change the 
     
    if (sc->data[sC_TRICKDEAD])
    to
    if (sd->sc.data[sC_TRICKDEAD])
     
    thanks for showing how it works.
  16. Brynner's post in Graphics Card / Screen size issue was marked as the answer   
    just use the one that are compatible to that version. there is already a topic regarding on this. just use search engine.
  17. Brynner's post in Lua Files\HotKey errors was marked as the answer   
    mark this topic solve.
  18. Brynner's post in Is it still possible to run a server pre-renewal? was marked as the answer   
    on your src\config\renewal.h
     
    /// game renewal server mode
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal specific support such as renewal formulas
    //#define RENEWAL
     
    just add // if you want to disable renewal features to make it pre-re
  19. Brynner's post in Client translation problem 2012-04-10a was marked as the answer   
    for the chat. simple double click on it and rename it. for inventory window. just change it inside the msgstringtable.txt
  20. Brynner's post in changing character job name on langtype 0 was marked as the answer   
    Solve by: MStream
     
    http://rathena.org/board/topic/71122-2012-client-translation/?p=194780
     
     
    Find:    B9 58 08 9B 00 75 59
    Replace: B9 58 08 9B 00 EB 59
  21. Brynner's post in how 2 Disable default WOE Controler was marked as the answer   
    npc/scripts_guild.conf
  22. Brynner's post in request:skill problem was marked as the answer   
    http://rathena.org/board/tracker/issue-6581-asura-strike-rebalancing/
  23. Brynner's post in request:timer was marked as the answer   
    just simply change the time.
     
    OnHour00: 12am
    OnHour01: 1am
    OnHour05: 12am
    OnHour06: 6am
  24. Brynner's post in request:drop floating rates was marked as the answer   
    on rAthena floating_rates.txt
     
    simply change this.
    set $@brate,rand(100,150);
    set $@jrate,rand(100,150);
    set $@drate,rand(100,150);
  25. Brynner's post in Character Deletion was marked as the answer   
    you can remove the character deletion time.
     
    on your char_athena.conf
     
    char_del_delay: 86400 make it 0 to remove the waiting period.
×
×
  • Create New...