Jump to content

Dynasty

Members
  • Posts

    151
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Dynasty

  1. Hi i need a logo plss


     


    with these specifications


     


    Server name: Mup


    Size: Medium 200x200 or 400x400 & as a icon 24x24 (if u can of course)


    Imagen Background: A cool Hexagon


    Theme: Company


     


     


    Examplo: letter-m-logo-design-m-studio.png


    I'll be eternally grateful.

  2. go to npc/merchant/refine.txt

     

    then

     

    go to this line 

    // Weapon/Armor Refiners
    //============================================================
    prt_in,63,60,0	script	Hollgrehenn	85,{
    	callfunc "refinemain","Hollgrehenn",0;
    	end;
    }
    morocc_in,73,38,6	script	Aragham	99,{
    	callfunc "refinemain","Aragham",0;
    	end;
    }
    payon,144,173,5	script	Antonio	88,{
    	callfunc "refinemain","Antonio",0;
    	end;
    }
    alberta_in,28,58,0	script	Fredrik	85,{
    	callfunc "refinemain","Fredrik",0;
    	end;
    }
    yuno_in01,171,21,4	script	Lambert	88,{
    	callfunc "refinemain","Lambert",0;
    	end;
    }
    ein_in01,24,87,5	script	Manthasman	826,{
    	callfunc "refinemain","Manthasman Pruhag",0;
    	end;
    }
    lhz_in02,282,20,7	script	Fulerr	869,{
    	callfunc "refinemain","Fulerr",0;
    	end;
    }
    

    reemplace all the 0 for 1

    callfunc "refinemain","Fulerr",0;

    like this

    callfunc "refinemain","Fulerr",1;
  3. I did it just for practice xD, i just want to learn everyhing xD 

     

    what about the main question about break; .-.?

     

    and i have one new question what is the different between  these .@item and .item?

  4. I everyone

     

    i have a doubt about the function break

     

    if i do this 

    	mes "Bueno parece que tienes todo para hacer tus municiones";
    			for(set .@i,0; .@i < getarraysize (.@item2); set .@i,.@i+2){
    				do {set .@r,.@r+1;} 
    					while (.@i <= getarraysize (.@item2))
    				delitem .@item2[.@i],.@item2[.@r];
    				break;
    					}
    				next;
    				mes "Habla conmigo en unos segundo para terminar de hacer tus municiones";
    				set municiones,1;
    				close;
    

    where i put break; it means that the npc will continue with the next;?

     

    that is everything that i want to know

    thanks

  5.  

    i have a question if u guys rathena staff have a repository of the server on git what you dont have view data of these item on another repository on git?

     

    wut? I'm a bit confused read it. Did u mean "why don't rAthena open a git for client item data?"?

     

     

    yep xD my english is so bad right now ~w~

×
×
  • Create New...