Jump to content

crazyarashi

Developer
  • Posts

    763
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by crazyarashi

  1. Hi Good Day, You Should edit them in your FTP account that your host provided it's usually located in public_html/themes/default

    and for the item pictures you can edit them in this location
    \public_html\themes\default\img\mall

    Hope this helps!

    • Upvote 1
  2. 1 minute ago, Radian said:

    Try this

    
    //lasagna,0,0,4	script	Equipment exchanger	-1,{
    prontera,150,150,4	script	Equipment Exchanger	4_M_KID1,{
    	mes "[Arashi]";
    	mes "Hey there I'm Arashi.";
    	next;
    	mes "[Arashi]";
    	mes "I'm a merchant that exchange Doram weapons for ^FF0000Doram Tokens^000000";
    	mes "What would you like to exchange today?";
    	next;
    	switch(select("Weapons:Armors:I'm just checking.")) {
    	case 1:
    		mes "[Arashi]";
    		mes "Here is the choices of weapon available for exchange";
    			switch( select( "Magical Foxtail Staff:Exquisite Yellow Foxtail Model:Just Checking." ) ) {
    				case 1:
    					if (countitem(1692)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Magical Foxtail Staff^000000";
    					mes "To ^FF0000Doram Tokens^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 1692,1;
    					getitem 25142,30;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Magical Foxtail Staff^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    				case 2:
    					if (countitem(1697)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Exquisite Yellow Foxtail Model^000000";
    					mes "To ^FF0000Doram Tokens.^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 1697,1;
    					getitem 25142,50;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Exquisite Yellow Foxtail Model^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    				case 3:
    					mes "[Arashi]";
    					mes "Okay, have a nice day!.";
    					close;
    					}
    	case 2:
    		mes "[Arashi]";
    		mes "Here is the choices of armors available for exchange";	
    			switch( select( "Elegant Doram Suit:Elegant Doram Manteau:Elegant Doram Shoes:Just Checking." ) ) {
    				case 1:
    					if (countitem(15156)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Elegant Doram Suit^000000.";
    					mes "To ^FF0000Doram Tokens^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 15156,1;
    					getitem 25142,20;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Elegant Doram Suit^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    				case 2:
    					if (countitem(20790)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Elegant Doram Manteau^000000.";
    					mes "To ^FF0000Doram Tokens^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 20790,1;
    					getitem 25142,20;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Elegant Doram Manteau^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    				case 3:
    					if (countitem(22085)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Elegant Doram Shoes^000000.";
    					mes "To ^FF0000Doram Tokens^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 22085,1;
    					getitem 25142,20;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Elegant Doram Shoes^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    			}
    	case 3:
    		mes "[Arashi]";
    		mes "Okay, Have a nice day!";
    		close;
    	}
    }

     

    Hi ive already added a destination on the one that i added on the server but it's not functioning at all.

  3. Hello Good Day Rathena,

                 Im a newbie scripter and still studying hope you can help me what's wrong with my script.


     

    lasagna,0,0,4	script	Equipment exchanger	-1,{
    	mes "[Arashi]";
    	mes "Hey there I'm Arashi.";
    	next;
    	mes "[Arashi]";
    	mes "I'm a merchant that exchange Doram weapons for ^FF0000Doram Tokens^000000";
    	mes "What would you like to exchange today?";
    	next;
    	switch(select("Weapons:Armors:I'm just checking.")) {
    	case 1:
    		mes "[Arashi]";
    		mes "Here is the choices of weapon available for exchange";
    			switch( select( "Magical Foxtail Staff:Exquisite Yellow Foxtail Model:Just Checking." ) ) {
    				case 1:
    					if (countitem(1692)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Magical Foxtail Staff^000000";
    					mes "To ^FF0000Doram Tokens^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 1692,1;
    					getitem 25142,30;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Magical Foxtail Staff^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    				case 2:
    					if (countitem(1697)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Exquisite Yellow Foxtail Model^000000";
    					mes "To ^FF0000Doram Tokens.^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 1697,1;
    					getitem 25142,50;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Exquisite Yellow Foxtail Model^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    				case 3:
    					mes "[Arashi]";
    					mes "Okay, have a nice day!.";
    					close;
    					}
    	case 2:
    		mes "[Arashi]";
    		mes "Here is the choices of armors available for exchange";	
    			switch( select( "Elegant Doram Suit:Elegant Doram Manteau:Elegant Doram Shoes:Just Checking." ) ) {
    				case 1:
    					if (countitem(15156)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Elegant Doram Suit^000000.";
    					mes "To ^FF0000Doram Tokens^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 15156,1;
    					getitem 25142,20;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Elegant Doram Suit^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    				case 2:
    					if (countitem(20790)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Elegant Doram Manteau^000000.";
    					mes "To ^FF0000Doram Tokens^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 20790,1;
    					getitem 25142,20;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Elegant Doram Manteau^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    				case 3:
    					if (countitem(22085)){
    					mes "[Arashi]";
    					mes "Okay let me exchange your ^FF0000Elegant Doram Shoes^000000.";
    					mes "To ^FF0000Doram Tokens^000000.";
    					next;
    					mes "[Arashi]";
    					mes "Here you go!";
    					close2;
    					delitem 22085,1;
    					getitem 25142,20;
    					end;
    			} else {
    					mes "[Arashi]";
    					mes "You don't any ^FF0000Elegant Doram Shoes^000000.";
    					mes "Come back when you have one.";
    					close;
    					}
    	case 3:
    		mes "[Arashi]";
    		mes "Okay, Have a nice day!";
    		close;
    	}
    }

     

  4. Good Day Rathena, I want to ask a question. Essence of evil is a special enchant item and supposed to be enchant in the non - card slot of the item.
    But in my server the essence of evil is only available to the card slot like a normal card..
    and temporary npc to enchant this essence of evil to the 2nd,3rd and 4th non card slot of an equipment.
     

    Essence.png

  5. [Error]: instance_enter: Unknown instance "Nightmarish Jitterbug".
    [Error]: instance_enter: Unknown instance "Nightmarish Jitterbug".
    [Error]: instance_enter: Unknown instance "Nightmarish Jitterbug".
    [Error]: Server received crash signal! Attempting to save all online characters!

    Im Recieving This error upon entering the instance nightmarish jitterbug...

  6. Good Day Rathena, I have a problem upon entering the Nightmarish Jitterbug instance my map server crash and i cant seem to get ahold of what kind of error is happening does anybody know what's wrong. 


    Here is the error in the log:
    [Error]: buildin_isbegin_quest: Player with char id '1' is not found.
    [Debug]: Source (NPC): Runane#sara at moc_para01 (29,95)
    [Error]: instance_enter: Unknown instance "Nightmarish Jitterbug".
    [Error]: buildin_isbegin_quest: Player with char id '1' is not found.
    [Debug]: Source (NPC): Runane#sara at moc_para01 (29,95)
    [Error]: Server received crash signal! Attempting to save all online characters!
    /root/.gmh/bash/map_server: line 9: ./map-server.sh: No such file or directory

  7. Anyone can help/teach how to me change the .Croix score/Guillame score display  to croix/guillame player count per bg team instead.
    and how to use some commands in bg like bg_get_data i dont know how to use this and where line should i add it.

  8. 10 hours ago, Promise said:

    Didn't understand anything on this video.

    What's the idea of that script? When the guardians should appear? Same with crystals. 

    Can you explain a little? maybe i can recreate that script.

    I used to play in this server. there are 2 pubs for the battlegrounds once there are 3 v 3 in the pubs the bg will start. People can come in even when the Battlegrounds is ongoing, you cant join the other team untils balance 3v4 you need to join the other to balance it to 4v4.
    Crystal and 2 guardians appears every round you need to kill the 2 guardians to attack the crystal. once the round ends the badges will automatically go to the inventory and another round starts without the player even going it. If the players is 5 v 3 one player from the other team will be automatically transferred to the other. when player is not enough ( 2 v 3) the bg ends.

  9. 4 hours ago, Hurtsky said:

    you can try from @zackdreaver git, i found it more updated since he also update according to what he have in his translation git

    https://github.com/zackdreaver/rAitemDB

    but this only itemdb and itemcombo..

    for the others thing, just use the one from rathena, for instances that doesn't support yet by rathena, you can buy it from @Emistry or from another devs that sell it :)

    Ohh okay thanks for the info.

×
×
  • Create New...