Jump to content

Akbare

Members
  • Posts

    478
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Akbare

  1. if you using thor patcher just create patch mp3 file and insert to folder BGM

    and change name mp3 in config

    [Config:BGM]
    File= newmp.mp3
    Loop=true
    Volume=20
    Directory= BGM

    use config embbeder and patch your new patcher file

    don't forget to update

    www/main

    PatcherSum=
    PatcherPath=

     

    done

  2. Instance Geffen Raid


    Modification script from Sample: Instancing

     

     

    5 rounds once played

    and 1 round kill the MVP

    ---------------------------
    need 90 ~ 99 level
    need 2 player in group and just party leader can create instance Room
    ---------------------------
    you can change Treasure chest coordinat in line 35 [wave1,wave2,wave3,wave4,wave5]
    reward and coordinat

    settting Treasure chest drop in mob_db.txt or line 42 in script [wave1,wave2,wave3,wave4,wave5]
    ---------------------------

     


     

    • Upvote 1
  3. Hi All,

     

    Currently using latest PRE-RE git and planning to make a low rate server with all Official NPC enabled 

    E.g : First Character Creation ( All NPC should be enabled in Training Ground ) / Office Job Change NPC for 1st 2nd and trans.

     

    Thank you in advance.

     

    edit if you want  /no1  combine from eAthena

  4. if ( Hp < ( Hp * 3 / 10 ) ) {
        percentheal 100,100;
    }
    end;
    

     

    not working sir

    HP < 30% npc can heal player

    but

    HP >30% npc can't heal

    prontera,166,66,4	script	Free Healer	113,{
    
    if ( Hp < ( Hp * 3 / 10 ) ) {
        percentheal 100,100;
    	mes "THis Heal power for you";
    	close;
    }
    mes "can't heal";
    close;
    }
    
  5. prontera,166,66,4	script	Free Healer	113,{
    
    if (Hp = MaxHP*0.3) {
    		dispbottom "free healer";
    		percentheal 30,30;
    		skilleffect 28,0;
    	} else {
    	mes "Maaf kamu tidak bisa menggunakan layanan ini";
    	close;
    }
    

    Not sure if that's right, but there you go. (not really sure if 0.3 will work or not hahaha).

     

    other special variables: https://rathena.org/board/topic/72019-where-i-can-find-default-variables-of-game/?p=143798

     

     

    hahhaa thanks for help

    but there is error

    if (Hp = MaxHP*0.3) {

    i can try other variables, maybe someone can help me

  6. Sorry, Akbare,

    I'm not sure either my git is the latest one, since I'm using ready-to-play server as provided by VPS provider (with RO Setup package).

     

    try to ask the Creator , you can try installing with latest source

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.