Jump to content

imahman

Members
  • Posts

    49
  • Joined

  • Last visited

Posts posted by imahman

  1. Change it to false
    
    // Settings
    	.ThirdClass = true;			// Enable third classes?
    	.RebirthClass = true;			// Enable rebirth classes?
    	.SecondExpanded = true;		// Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion?
    	.BabyNovice = true;	// Enable Baby novice classes? Disable it if you like player must have parent to get job baby.
    	.BabyClass = true;				// Enable Baby classes?
    	.BabyThird = true;				// Enable Baby third classes?
    	.BabyExpanded = true;			// Enable Baby Expanded classes: Ex. Baby Ninja, Baby Taekwon, etc.
    	.BabySummoner = true;			// Enable Baby Summoner?
  2.  

    Guys, please, i dont know what to do, i tried edit skill unit, but useless...

    i use pneuma in players or monsters, or me, but its useless... sprite is correct, graphic is ok, but always get damaged... me, player or mobs...

    i cant use it fast too, (my delay is 0) a lot of times i get "skill failed" message, i would like to fix this too

    thank you very much in advance

    this is how pneuma came in emulator:

    (portugeuese flags = english rathena, just missing the last 3, after rangedsingleunit)

     

    flag 0x001(UF_DEFNOTENEMY) Se 'defunit_not_enemy' está definido, o alvo é alterado para 'amigo'.
    //      0x002(UF_NOREITERRATION) Magias não podem ser unidas.
    //      0x004(UF_NOFOOTSET) Mágias não podem ser lançadas perto do Alvo.
    //      0x008(UF_NOOVERLAP) Efeitos de magia não se sobrepõem.
    //      0x010(UF_PATHCHECK) Apenas as células com um caminho shootable será colocado
    //      0x020(UF_NOPC) Magia não pode afetar jogadores.
    //      0x040(UF_NOMOB) Magia não pode afetar monstros
    //      0x080(UF_SKILL) Magias podem afetar habilidades.
    //      0x100(UF_DANCE) Habilidade de Dança.
    //      0x200(UF_ENSEMBLE) Habilidade Ensemble.
    //      0x400(UF_SONG) Habilidade de Música.
    //      0x800(UF_DUALMODE) Magia possue efeito enquanto você está sobre ela.
    // 0x2000(UF_RANGEDSINGLEUNIT) Layout hack, use layout range propriety but only display center.
    // Example: 0x006 = 0x002+0x004 -> Não podem ser empilhados nem lançar perto alvos.
    //---------------------------------------------------------
     
     12,0x7e,    ,  0, 0,  -1,all,   0x001 //MG_SAFETYWALL
     18,0x7f,    , -1, 0,  20,enemy, 0x010 //MG_FIREWALL
     21,0x86,    ,  0, 2,1000,enemy, 0x018 //MG_THUNDERSTORM
     25,0x85,    ,  1, 0,  -1,all,   0x2003 //AL_PNEUMA

     

     

    Try change your AL_PNEUMA to this.

    25,0x85,    ,  1, 0,  -1,all,   0x6003 //AL_PNEUMA

     

    and change your skill_db.txt, search for AL_PNEUMA and  replace the line with this

    25,9,6,2,0,0x1,0,1,1,yes,0,0,0,magic,0,0x20, AL_PNEUMA,Pneuma

  3.  

    try use data 4.0 from rathena

    I have tried using the data 4.0 but same problem persist

     

     

     

     

    Good morning folks, I have just set up a private server and I have a slight problem here.

    Certain skills when casted, does not display the both the skill's effect and the sound (when I case mage's fire wall, upon casting, there is no firewall effect and sound but I can see that the mob are taking damage and being knocked back, same for demonstration skill casted by eddga whereby i don't see the effect)

     

    I have make sure that effects are on, and when using archer's double strafe and fire bolt, the effect and sound works perfectly fine, can someone kindly advise me on exactly what went wrong and how should be resolve this issue. Thank you!

    What is your client version or date?

     

     

     

    data folder.. what data folder do u use

    basically, i installed the renewal 20150601 kRO client and updated the client to the latest patch, and i used the client side translation revision 75 from this site: https://subversion.a...de-translation/

    Or should i use another client translation project? And I am using the ragexe 2015-08-07

     

    or is any particular files missing from my data folder?

     

    may i see your DATA.ini?

     

    the data.ini is as such:

     

    [Data]
    0=izludemap.grf
    1=rathena.grf
    2=data.grf
    3=rdata.grf
     
    thanks for the help!

     

    Looks fine, try update your kro files to the latest patch.

  4.  

     

    Good morning folks, I have just set up a private server and I have a slight problem here.

    Certain skills when casted, does not display the both the skill's effect and the sound (when I case mage's fire wall, upon casting, there is no firewall effect and sound but I can see that the mob are taking damage and being knocked back, same for demonstration skill casted by eddga whereby i don't see the effect)

     

    I have make sure that effects are on, and when using archer's double strafe and fire bolt, the effect and sound works perfectly fine, can someone kindly advise me on exactly what went wrong and how should be resolve this issue. Thank you!

    What is your client version or date?

     

     

     

    data folder.. what data folder do u use

    basically, i installed the renewal 20150601 kRO client and updated the client to the latest patch, and i used the client side translation revision 75 from this site: https://subversion.a...de-translation/

    Or should i use another client translation project? And I am using the ragexe 2015-08-07

     

    or is any particular files missing from my data folder?

     

    may i see your DATA.ini?

  5. Good morning folks, I have just set up a private server and I have a slight problem here.

    Certain skills when casted, does not display the both the skill's effect and the sound (when I case mage's fire wall, upon casting, there is no firewall effect and sound but I can see that the mob are taking damage and being knocked back, same for demonstration skill casted by eddga whereby i don't see the effect)

     

    I have make sure that effects are on, and when using archer's double strafe and fire bolt, the effect and sound works perfectly fine, can someone kindly advise me on exactly what went wrong and how should be resolve this issue. Thank you!

    What is your client version or date?

×
×
  • Create New...