Jump to content

Felten

Members
  • Posts

    104
  • Joined

  • Last visited

Posts posted by Felten

  1.  

    Hello Delusion! I will try to explain to you how to do that, sorry for my bad english.

     

    First of all create a Dir that contain your spr files. Eg: data\sprite\Àΰ£Á·\¸öÅë\¿©\yourfiles.spr

     

    Into thor patcher select your grf that you want to update and select a locate that you will save your .thor file(output).

     

    When you create your dir with your files in order like i say above, select Directory option and browse up to your folder(that you created with your files) like that...

    02293a838c1b49f89c6b61ff53a87426.png

     

    Dont forget to select ASCII or Unicode, i use personally only use ASCII.

     

    Then click on generate, and your .thor will be ready.

     

    That is the first time i help someone there, if im wrong please correct me xD

     

    Cya

    Does it have to contain all my sprite files the folder? or only these i'm going to patch.. 

    Thank you very much for responding tho.

     

    If you want to replace all files, you have to put all files. 

     

    If you want to send a new file, just the file that you want to send.

     

    if you want to update a file, just put the file that you want to update and that will be replaced to the grf.

     

    can you understand me? xD

  2. Yep, it looks wrong, i think it's best if you post this issue on rathena's github, someone will probably give you an answer there.

    WILCO.

    Here no one gives attention to my issue.. jajajaj

  3. Hello rA! I have a doubt about the melee attacks.

     

    How can i see on the iroWiki, melee attacks are EVER Neutral Property and not affected by reductions like Raydric card.

    font:

    94059de4102b42e9b07e0aed6f1665c1.png

     

    So... to test this formula, I performed some tests on my server.

     

    Test 1 - With Raydric card:

     

    Defender Alt Q and Alt A

    665a5f0a1d9d4a56ace04336aa182079.png

    Attacker Alt Q and Alt A

    48e4924808fc4e06800b3d768ec2ac28.png

     

    Teste 2 - Without Raydric

     

    Defender Alt Q and Alt A

    bb621add79fa4183a6161eb21d644a06.png

    Attacker Alt Q and Alt A

    40f854ef340f4fc5ac6c23762c7c050b.png

     

    First of all, I would like to stress that I am using a formula and source iROWiki, do not know the formula of KRO not find any source or site explaining. If I'm wrong, and there the formula / calculation is different, please ignore my post.
     
    If the same, I ask for comment and argue it is an important problem in this impacting the balance of certain classes. Sorry about my english.
  4. Hello Delusion! I will try to explain to you how to do that, sorry for my bad english.

     

    First of all create a Dir that contain your spr files. Eg: data\sprite\Àΰ£Á·\¸öÅë\¿©\yourfiles.spr

     

    Into thor patcher select your grf that you want to update and select a locate that you will save your .thor file(output).

     

    When you create your dir with your files in order like i say above, select Directory option and browse up to your folder(that you created with your files) like that...

    02293a838c1b49f89c6b61ff53a87426.png

     

    Dont forget to select ASCII or Unicode, i use personally only use ASCII.

     

    Then click on generate, and your .thor will be ready.

     

    That is the first time i help someone there, if im wrong please correct me xD

     

    Cya

  5. Just bought to be able to use the RagnaShield, and now do not have support ... I paid three months in advance, adding $ 50. The Brazil is not very well financially, so I can not afford another gameguard like Gepard ... $ 50 is as R $ 170.00 in Brazil, is not little money ...

     

    I think I did very wrong, I'm sad because I believed a lot in quality and service of this company.

  6. Hello,

     

    I wonder if anyone has information about RagnaHosting company because I bought 3 months in advance of a hosting plan and sent a ticket to 3 days asking for support and has so far received no response.

     

    You know let me know if you are going through changes or problems ...? The release of my machine was fast, but I can not contact for support.

     

    Note: I tried to contact via Facebook and Skype, and it still fails.

    Grateful!

     

  7. *getequipcardid(<equipment slot>,<card slot>)

    Returns value from equipped item slot in the indicated slot (0, 1, 2, or 3).

    This function returns CARD ID, 255,254,-255 (for card 0, if the item is produced).

    It's useful for when you want to check whether an item contains cards, enchantments or if it's signed.

    Use the script command above to retrieve enchantment id from a card slot and compare it to your conditions.

     

    Thanks!

  8. Hello, i was wondering if it was possible to make the requirements for Euphy's quest shop clickable, using like <ITEM>Red Potion<INFO>501</INFO></ITEM>

     

    I thought it would be something  to do with this part, but i'm still stuck. I will be grateful for any help you can provide.

    mes "Requirements:";
    
        disable_items;
    
        if (.@q[4]) mes " > "+Chk(Zeny,.@q[4]*.@q[1])+(.@q[4]*.@q[1])+" Zeny^000000";
    
        if (.@q[5]) mes " > "+Chk(getd(.Points$[0]),.@q[5]*.@q[1])+(.@q[5]*.@q[1])+" "+.Points$[1]+" ("+getd(.Points$[0])+"/"+(.@q[5]*.@q[1])+")^000000";
    
        if (.@q[6]) for(set .@i,6; .@i<getarraysize(.@q); set .@i,.@i+2)
    
            mes " > "+Chk(countitem(.@q[.@i]),.@q[.@i+1]*.@q[1])+((.ShowID)?"{"+.@q[.@i]+"} ":"")+Slot(.@q[.@i])+" ("+countitem(.@q[.@i])+"/"+(.@q[.@i+1]*.@q[1])+")^000000";
    
        next;
  9. I'm using Emistry's Refine Function - https://rathena.org/board/topic/86008-utility-refine-function/ -

    After i updated my src last night the script doesn't work anymore, nothing appears on the menu. I know some things related to this got changed but i can't figure out how to solve this.

     

    If anyone can give me a hand on this i'll be grateful. Thanks in advance.

     

     

    This is the script if it helps:

    function	script	RefineFunc	{
    
    disable_items;
    if (isequipped(2576)) {
    for( set .@i,1; .@i <= 10; set .@i,.@i + 1 )
    	set .@Menu$,.@Menu$ + (( getarg(2) & pow( 2,(.@i-1 ) ) && getequiprefinerycnt( .@i ) >= getarg(3) && getequiprefinerycnt( .@i ) < getarg(4) && getequipisequiped( .@i )?"^FF0000+"+getequiprefinerycnt( .@i )+" ^0000FF"+getequipname( .@i)+" "+( getitemslots( getequipid( .@i ) )?"["+getitemslots( getequipid( .@i ) )+"]":"" )+"^000000":"" )+":";
    set .@Refine,select( .@Menu$ );
    mes "Preciso de^FF0000"+getarg(1)+" x "+getitemname( getarg(0) )+"^000000";
    if( getarg(5) == 1 && !getequipisenableref( .@Refine ) )
    	mes "Eu não posso refinar esse item.";
    else{
    	if( select( "^FF0000Refinar^000000:Cancelar" ) == 2 ) close;	
    		if( countitem( getarg(0) ) < getarg(1) ) close;
    			delitem getarg(0),getarg(1);
    		if( rand(100) < getarg(7) ){
    			if( getarg(6) ) 
    				while( getequiprefinerycnt( .@Refine ) < getarg(4) )
    					successrefitem ( .@Refine );
    			else
    				successrefitem ( .@Refine );
    			mes "Você refinou : ";
    			mes "^FF0000+"+getequiprefinerycnt( .@Refine )+" ^0000FF"+getequipname( .@Refine )+"^000000";
    		}else{
    			failedrefitem ( .@Refine );
    			mes "Sorry, Failed in Refine and Equipment...Destroyed.";
    		}
    }
    close;
    }
    else if (isequipped(2589)) {
    for( set .@i,1; .@i <= 10; set .@i,.@i + 1 )
    	set .@Menu$,.@Menu$ + (( getarg(2) & pow( 2,(.@i-1 ) ) && getequiprefinerycnt( .@i ) >= getarg(3) && getequiprefinerycnt( .@i ) < getarg(4) && getequipisequiped( .@i) )?"^FF0000+"+getequiprefinerycnt( .@i )+" ^0000FF"+getequipname( .@i )+" "+( getitemslots( getequipid( .@i ) )?"["+getitemslots( getequipid( .@i ) )+"]":"" )+"^000000":"" )+":";
    set .@Refine,select( .@Menu$ );
    mes "Preciso de^FF0000"+getarg(1)+" x "+getitemname( getarg(0) )+"^000000";
    if( getarg(5) == 1 && !getequipisenableref( .@Refine ) )
    	mes "Eu não posso refinar esse item.";
    else{
    	if( select( "^FF0000Refinar^000000:Cancelar" ) == 2 ) close;	
    		if( countitem( getarg(0) ) < getarg(1) ) close;
    			delitem getarg(0),getarg(1);
    		if( rand(100) < getarg(7) ){
    			if( getarg(6) ) 
    				while( getequiprefinerycnt( .@Refine ) < getarg(4) )
    					successrefitem ( .@Refine );
    			else
    				successrefitem ( .@Refine );
    			mes "Você refinou : ";
    			mes "^FF0000+"+getequiprefinerycnt( .@Refine )+" ^0000FF"+getequipname( .@Refine )+"^000000";
    		}else{
    			failedrefitem ( .@Refine );
    			mes "Sorry, Failed in Refine and Equipment...Destroyed.";
    		}
    }
    close;
    }
    else {
    mes "Você não está com a asa nem/ou a mochila equipada.";
    close;
    }
    enable_items;
    }
    
    
  10. I'm sorry, i forgot to say, With Doram race.

     

    One week ago I was using 2015-09-16aragexe and it was very stable..

     

    After I upgraded to the 2015-19-29aragexe(with doram). And now i've been having problems with unknown packets, server map crash, random single crash...

  11. Hey guys!

     

     i woudl like to know which client is more stable than the one that i'm using.

     

    I am using

    2015-10-29aRagexe.

    Some unknown packet errors on the console, and map crash.

     

    packet_db.txt

    //2015-10-29Ragexe
    packet_ver: 54
    0x0369,7,actionrequest,2:6
    0x083C,10,useskilltoid,2:4:6
    0x0437,5,walktoxy,2
    0x035F,6,ticksend,2
    0x0202,5,changedir,2:4
    0x07E4,6,takeitem,2
    0x0362,6,dropitem,2:4
    0x07EC,8,movetokafra,2:4
    0x0364,8,movefromkafra,2:4
    0x0438,10,useskilltopos,2:4:6:8
    0x0366,90,useskilltoposinfo,2:4:6:8:10
    0x096A,6,getcharnamerequest,2
    0x0368,6,solvecharname,2
    0x0838,12,searchstoreinfolistitemclick,2:6:10
    0x0835,2,searchstoreinfonextpage,0
    0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15
    0x0811,-1,reqtradebuyingstore,2:4:8:12
    0x0360,6,reqclickbuyingstore,2
    0x0817,2,reqclosebuyingstore,0
    0x0815,-1,reqopenbuyingstore,2:4:8:9:89
    0x0365,18,bookingregreq,2:4:6
    // 0x094F,8 CZ_JOIN_BATTLE_FIELD
    0x0281,-1, itemlistwindowselected,2:4:8:12
    0x022D,19,wanttoconnection,2:6:10:14:18
    0x0802,26,partyinvite2,2
    // 0x0938,4 CZ_GANGSI_RANK
    0x023B,26,friendslistadd,2
    0x0361,5,hommenu,2:4
    0x0860,36,storagepassword,2:4:20
×
×
  • Create New...