Jump to content

Help-Help

Members
  • Posts

    108
  • Joined

  • Last visited

Everything posted by Help-Help

  1. how can i add the chat in the chat boxx
  2. hey im using eathena ah this compit with eathena?
  3. buy / reduct skillpoint npc Hello! I can sell you skill points and takes away your extra skill points aswell
  4. 50 esg = 50 cash points 100 esg = 100 cash points 500 esg = 500 cash points 1000 esg = 1000 cash points 5000 esg = 5000 cash points id of esg is 19600 gonryun,154,111,5 script Convert NPC 108,{ mes "I can exchange your Emblem Of the Sun God to Cash Points."; next; mes "How many would you like to exchange?"; menu "1000 gold",gold_1k,"2000 gold",gold_2k,"5000 gold",gold_5k,"10,000 gold",gold_10k,"30,000 gold",gold_30k,"None",end1; end1: next; mes "See you again."; close; gold_1k: if (countitem(969) < 1000) goto end2; next; mes "Here you go."; getitem 29999,100; delitem 969,1000; mes "Thank you. Come again."; close; gold_2k: if (countitem(969) < 2000) goto end2; next; mes "Here you go."; getitem 29999,200; delitem 969,2000; mes "Thank you. Come again."; close; gold_5k: if (countitem(969) < 5000) goto end2; next; mes "Here you go."; getitem 29999,500; delitem 969,5000; mes "Thank you. Come again."; close; gold_10k: if (countitem(969) < 10000) goto end2; next; mes "Here you go."; getitem 29999,1000; delitem 969,10000; mes "Thank you. Come again."; close; gold_30k: if (countitem(969) < 30000) goto end2; next; mes "Here you go."; getitem 29999,3000; delitem 969,30000; mes "Thank you. Come again."; close; end2: next; mes "Sorry, you don't have enough gold for this transaction."; close; }
  5. capuche last how can i make this effect Adds 5% chance of autocasting Level 5 ^FF0000Arrow Vulcan^000000. Gives 10% more damage to Arrow Vulcan when equipped. .
  6. can you make it eathena this is right im making a box click and get item 19005,Mercenary_and_Manual_Box,Mercenary and Manual Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 12182,5; getitem 14545,2; getitem 12264,2; },{},{}
  7. how can i change this item script only for famale 17929,Gypsy_Suit,Gypsy Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{ changebase 4021; },{},{ changebase Class; } 17928,Dancer_Suit,Dancer Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{ changebase 20; },{},{ changebase Class; } 17962,Baby_Dancer_Suit,Baby Dancer Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{ changebase 4043; },{},{ changebase Class; } and how can i edit this for male only 17926,Bard_Suit,Bard Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{ changebase 19; },{},{ changebase Class; } 17927,Clown_Suit,Clown Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{ changebase 4020; },{},{ changebase Class; } 17961,Baby_Bard_Suit,Baby Bard Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{ changebase 4042; },{},{ changebase Class; }
  8. Help-Help

    Help

    //===== eAthena Script ======================================= //= Treasure Room //===== By: ================================================== //= Chasis of ThugRO //===== Current Version: ===================================== //= v.1 //===== Compatible With: ===================================== //= Any eAthena Version //===== Description: ========================================= //= Its a Pirate Thing way of Mining. //= for any revision or bug just let me know //============================================================ //========== Treasure Room Settings ========================== pvp_n_2-1 mapflag nosave SavePoint pvp_n_2-1 mapflag nomemo pvp_n_2-1 mapflag nobranch pvp_n_2-1 mapflag noexp pvp_n_2-1 mapflag nodrop pvp_n_2-1 mapflag nochat pvp_n_2-1 mapflag novending pvp_n_2-1 mapflag nowarp pvp_n_2-1 mapflag nowarpto pvp_n_2-1 mapflag noreturn pvp_n_2-1.gat mapflag pvp off //ordeal_2-1.gat mapflag pvp_noguild pvp_n_2-1 mapflag noloot pvp_n_2-1 mapflag noskill pvp_n_2-1 mapflag restricted 7 //=========================================================== //=== Mobs //=========================================================== - script trum_v1 -1,{ OnInit: // Target Mobs monster "pvp_n_2-1",0,0,"Coin Eater",3062,2000,"trum_v1::OnThisMobDeath"; end; OnThisMobDeath: monster "pvp_n_2-1",0,0,"Coin Eater",3062,1,"trum_v1::OnThisMobDeath"; getitem 17938,1; } //=========================================================== //=== Exit Warper //=========================================================== pvp_n_2-1,94,15,4 script Treasure Miner 826,{ mes "[Treasure Miner]"; mes "What would you like to do?"; next; menu "Respawn Coin Eaters",M_RESPAWN,"Exit to Mellina",M_TELEPORT,"Stay",M_Bye; close; M_RESPAWN: if(getgmlevel()) > 50{ mes "[Treasure Miner]"; mes "Respawning monsters...."; monster "pvp_n_2-1",0,0,"Coin Eater",3062,2000,"trum_v1::OnThisMobDeath"; next; mes "Done!"; close;} mes "[Treasure Miner]"; mes "I'm sorry, you are not authorized to perform this action."; close; M_TELEPORT: mes "[Treasure Miner]"; mes "Thank You for mining!!."; next; warp "mellina",86,84; end; M_Bye: mes "[Treasure Miner]"; mes "Alright, Go get more Coins~."; close; } //=========================================================== //=== Warpers //=========================================================== mellina,65,76,5 script Treasurer#prt::Treasurer 804,{ mes "[Treasurer]"; mes "Hi There, Would you like to go to the Treasure Room? You need 1,000,000z to go inside."; next; switch(select("Yes. Ahoy!:No")) { case 1: if (Zeny > 999999) { mes "[Treasurer]"; mes "Alright I will now send you to the Treasure Room, Take Care!."; next; set Zeny,Zeny-1000000; atcommand "@option 0 0 0"; warp "pvp_n_2-1",93,155; emotion 21; close; } else { mes "[Treasurer]"; mes "Sorry, But you don't have enough zeny."; close; } case 2: mes "[Treasurer]"; mes "Alright, No problem."; close; } } //=========================================================== //=== NPC Clones //=========================================================== aldebaran,133,116,4 duplicate(Treasurer) Treasurer#alde 804 alberta,23,247,4 duplicate(Treasurer) Treasurer#alb 804 payon,151,182,4 duplicate(Treasurer) Treasurer#pay 804 geffen,115,74,4 duplicate(Treasurer) Treasurer#gef 804 Why is not auto spawn I can kill all monster and after no spawn anymore pls fix fix.
  9. Help-Help

    Who can

    can you make this eathena version too?
  10. Ctf too share free no paid wew
  11. Help-Help

    Who can

    So no effect NPc hahahaha ha I want no need log out etc
  12. Yeah yeah but there are no 1st blood
  13. pls share the HoN Script announce and wav
  14. Help-Help

    Who can

    Ty Ty done done my problem is I didn't reloadscript hehehe Question if my players have 102 Yggdrasil will be deleted all?
  15. Help-Help

    Who can

    You try this at your server and working?
  16. Help-Help

    Who can

    Error can click NPc idk why
  17. Help-Help

    Who can

    NPc only for admin that can delete item for all account Example I want to delete gold coins if my players have that just type in NPc the Id of item enter and the item will disappear
  18. Dude capuche the script super good but can add some mes how to play rules etc hehehehe
  19. and why i can kill my party member?
  20. ty ty and if i want to ladn the party 1 here guild_vs1 59 65 and party 2 here guild_vs1 25 96
×
×
  • Create New...