Jump to content

joelolopez

Members
  • Posts

    493
  • Joined

  • Last visited

  • Days Won

    3

Community Answers

  1. joelolopez's post in Sprite Of High Novice was marked as the answer   
    if im not mistaklen high novice sprites are the novice sprites.. it only changes the palette color as ur rebirth
  2. joelolopez's post in help patching up the bug hole in my script was marked as the answer   
    sir capuche im cool, i'll try to test this one thanks...

    if ( isequippedcnt(4001) == 0 && ( checkequipedcard(4001) > 0 || countitem(4001) > 0 ) ) {// 4001 not equipped but 4001 inserted into an equipment or alone in the inventory
            mes "Can't allow you to continue.";
            close;
        }
        mes "Thank you Evelynn (:";
        close;
     
    thanks sir capuche! it works!!!!!! (kneel) :3
  3. joelolopez's post in ITEM DESCRIPTION DOESNT SHOW! was marked as the answer   
    look for idnum2desctable.txt or num2desctable.txt in ur grf if your using old client, and you can also check ur iteminfo.lua for newer clients
     
    another thing iteminfo.lua is located here "Program Files\RO\System"
     
    these files are the one that responsible with item descriptions :3
     
     
    i hope this helps! +1 if it works for you!
  4. joelolopez's post in headgear use @mount2 was marked as the answer   
    2220,Hat,Hat,4,1000,,200,,2,,0,0xFFFFFFFF,63,2,256,,0,1,16,{ sc_start SC_ALL_RIDING,-1,1; },{},{}
     
    hat with same effects of @mount2
     
    dont forget to +1 if it helps
  5. joelolopez's post in script that makes a warp portal like acolyte/priest was marked as the answer   
  6. joelolopez's post in Noob Question: How to use VIP System ? was marked as the answer   
    be sure that u uncomment the define vip on the core.h
    recompile ur server
     
    use the new @command ingame
     
    @vip <time> <character name>
     
    for vip configs check login athena
    groups conf
    player conf
     
    :3
  7. joelolopez's post in are the mail and auction available in langtype 0? was marked as the answer   
    on mail system nope its not available, i just dont know if auction too :3
  8. joelolopez's post in Requesting updated iteminfo was marked as the answer   
    tnx but i already updated my iteminfo > here's my reference http://richkidherbert.blogspot.com/2013/06/new-cards-starting-from-eclage-patch.html
  9. joelolopez's post in [Debug]: mapindex_name2id: Map "" not found in index list! was marked as the answer   
    be sure that you include the name of your custom map on your "map_index.txt"
     
    located at :       rathena\trunk\db
     
    ex.    
     
    gl_chyard_
    gl_cas02_
    evt_bomb
    1@def01
    1@def02
    1@def03
    1@gef
    1@face
    1@sara
    1@gef_in
    dali

    que_BR3               //<custom maps
    deathzone
    dro_pvp01
    final_dest
    lava_pvp
    Coliseum
    magpvp
    hqro_pvp01
    lrvend
    lhz_dun05
    cell_game
    sm_pri
    celestiaj
    =================================================
     
    check also if your custom map is included in the "maps_athena.conf"
     
    ex.
     
    map: que_BR3          <<custom map            i recommend that you just copy the name of your custom maps
    map: deathzone                                           in your  "map_index.txt"  but just add ----->   map:        
    map: dro_pvp01                                           before the custom map name
    map: final_dest                                 
    map: lava_pvp
    map: Coliseum
    map: magpvp
    map: hqro_pvp01
    map: lhz_dun05
    map: lrvend
    map: cell_game
    map: sm_pri
    map: celestiaj
  10. joelolopez's post in Storage texture error? was marked as the answer   
    i also encountered this error before but i already fixed it, and the solution for your problem is u need a latest texture interface for your storage , here feel free to download my textures and put it in your grf http://www.mediafire.com/?59eds34bc5s96rb
    this will probably fix the errors
  11. joelolopez's post in Custom Cards was marked as the answer   
    be sure that ur card bmp is in 24 bit deph
×
×
  • Create New...