Jump to content

kodkodkub

Members
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. kodkodkub's post in Criatura academy wrong warp or client missing something? was marked as the answer   
    https://rathena.org/board/topic/122382-2nd-floor-of-izlude-academy-map-issue/
  2. kodkodkub's post in hi Good day i got a problem of mob avail was marked as the answer   
    I dont know what you're trying to do but
    1288,EMPELIUM,Emperium,Emperium,90,700,1,0,0,1,66,13,64,50,1,17,80,50,26,20,10,12,0,8,26,0x6370000,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 Mob 1288 named EMPELIUM
    This mean there is no Mob : EMPERIUM but EMPELIUM
    you should do something like
    25019,EMPELIUM_OMFG,Emperium,Emperium,90,700,1,0,0,1,66,13,64,50,1,17,80,50,26,20,10,12,0,8,26,0x6370000,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 and this in your mob_avail
    Header:   Type: MOB_AVAIL_DB   Version: 1 Body:   - Mob: EMPELIUM_OMFG     Sprite: EMPELIUM  
  3. kodkodkub's post in How to add on zeny require in Plagiarism Npc? URGENT! was marked as the answer   
    mes "are you sure you want to copy "+ .skill$[.@menu * 3] +"?"; mes "you'll need to pay ^ff000015,000 Zeny^000000 and relogin again"; next; if ( select ( "Yes", "No" ) == 2 ) close; if ( Zeny < 15000 ) { mes "You dont have enough zeny"; mes "Please come back later"; close; } Set Zeny, Zeny - 15000; .@text$ = atoi( .skill$[.@menu * 3 +2] ) > 1 ? "-" + .skill$[.@menu * 3 +2] : "" ; sleepy rn but you can try this
  4. kodkodkub's post in Gramps - [Error]: quest_add: quest 62837 not found in DB. was marked as the answer   
    do you use latest rAthena ?
    now it's using quest_db.yml instead of quest.txt
  5. kodkodkub's post in Announce every-time someone login was marked as the answer   
    -    script    loginnnnnn    -1,{ OnPCLoginEvent:     announce strcharinfo(0) + " Logged in.",bc_all;     end; }  
  6. kodkodkub's post in Which is the Best way to make GrampsNPC work? was marked as the answer   
    you need to create custom mapcache.dat (I used WeeMapCache)
    define your custom map in map_index.txt
    and define your custom map in maps_athena.conf
     
    yes you can just use .gat from original
    then change map name into something like emos_dun02h
  7. kodkodkub's post in Star Emperor and Soul Reaper was marked as the answer   
    2018-05-30 client or newer to view Star Emperor, Soul Reaper sprite
     
    try using this https://github.com/llchrisll/ROenglishRE

  8. kodkodkub's post in Item script help was marked as the answer   
    Reduce wearer's defense 50%.
×
×
  • Create New...