Jump to content

gugusjungs

Members
  • Posts

    13
  • Joined

  • Last visited

Community Answers

  1. gugusjungs's post in BG Icons questions was marked as the answer   
    data / texture / effect
    in data.grf (jRO)
     

    BG_Icon.zip
  2. gugusjungs's post in How to remove monster HP Bar? was marked as the answer   
    https://github.com/rathena/rathena/blob/master/conf/battle/monster.conf#L259

    or

    /monsterhp
  3. gugusjungs's post in Free Kafra Teleport for lvl<30 was marked as the answer   
    modify to remove prices
     
    file functions_kafras.txt
     
    in function F_KafSet
     
    search // VIP pricing varies across the regional servers; this is most practical.
     
    add before // VIP pricing varies across the regional servers; this is most practical.
    if (BaseLevel <= 30) for (set .@i, 0; .@i < getarraysize(@wrpP); set .@i, .@i + 1) set @wrpP[.@i], 0; // VIP pricing varies across the regional servers; this is most practical. added a sentence
     
    file functions_kafras.txt
     
     
    in function F_KafTele (add after line 6)

     
    mes "dont worry about prices if your'e under lvl 30"; or show text only lvl <30 if (BaseLevel <= 30) mes "dont worry about prices if your'e under lvl 30";
  4. gugusjungs's post in how to adjust the window of browser hexed was marked as the answer   
    mes "You can <URL>YouTube<INFO>https://www.youtube.com/embed/UAXMc2ebEQ0,Width,Height</INFO></URL>";
     
    without hex
×
×
  • Create New...