Jump to content

x13th

Members
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by x13th

  1. Hi everyone. I'm using the rental mounts diff for the new mounts. http://3ceam.googlecode.com/svn/trunk/Patches/Alpha%20And%20Beta%20Testing/Rental_Mounts.diff now, what i want to do is. when i use the item Reins Of Mounts, it will cast Riding for 3 seconds and have the mount. can anyone edit the src? thank you in advance. Here: 1. Double click the item Reins of Mounts 2. It will cast Riding for 3 seconds 3. You're now riding in mount.
  2. how to fix this palette? when i walk the palette change ( see picture )
  3. So i used this diff. http://3ceam.googlec...tal_Mounts.diff the rental mounts. now, my question is how to add the bonus speed rate on equip and unequip? bump~ help me? help me <3
  4. can anyone help me with this? everytime i open the client this will show up >.< bump?
  5. can anyone hex me 2010-11-16 RE client? diff: All recommended diffs Enable multiple GRF Allow Multiple Windows Enable 127 Hairstyle thank you in advance
  6. quiz_02,154,389,5 script Usable Item 896,{ callshop "USABLE",0; npcshopattach "USABLE"; end; OnBuyItem: for(set @i,0;@i<=getarraysize(@bought_nameid);set @i,@i+1) { if(@bought_nameid[@i] == 678 && @bought_quantity[@i] > 3 || !checkweight(678,5)) { dispbottom "You've reached the maximum of 3 Poison Bottles only!"; end; } if(@bought_nameid[@i] == 7135 && @bought_quantity[@i] > 5 || !checkweight(7135,5)) { dispbottom "You've reached the maximum of 5 Grenade Bottles only!"; end; } if (@bought_nameid[@i] == 7136 && @bought_quantity[@i] > 5 || !checkweight(7136,5)) { { dispbottom "You've reached the maximum of 5 Acid Bottles only"; end; } } } if (@bought_nameid == 7135 && @bought_quantity > 5) { if (checkweight(7135,5) == 0) { dispbottom "You've reached the maximum of 5 Grenade Bottles only!"; } else { dispbottom "Maximum of 5 Grenade Bottles only!"; } } if (@bought_nameid == 7136 && @bought_quantity > 5) { if (checkweight(7136,5) == 0) { dispbottom "You've reached the maximum of 5 Acid Bottles only"; } else { dispbottom "Maximum of 5 Acid Bottles only!"; } } if (@bought_nameid != 678 || @bought_nameid != 7135 || @bought_nameid != 7136) { getitem @bought_nameid[@i], @bought_quantity[@i]; } } - shop USABLE -1,501:0,502:0,503:0,504:0,505:0,645:0,656:0,657:0,1065:0,1750:0,1751:0,1752:0,1758:0,1768:0,1769:0,1763:0,1761:0,1759:0,1760:0,715:0,717:0,716:0,525:0,506:0,714:0,678:0,7139:0,7137:0,7270:0,545:0,546:0,547:0,1025:0,7135:0,7136:0 when buying items the npc dont give me the items. please help <3
  7. please share your script :3 we will just modify it
  8. i think no one can help us </3
  9. yea <3 like this and this
  10. anyone have this script? :3 all the npc in rwc <3
  11. NPC refine script it will require Rok Star Badge ( 7905 ) NPC that will prevents item from being destroyed when enhancement but item can still go down in rank from a failed enhancement . can only be used for ranks 6 to 10 of item enhancement ( +6 to +10 ) Example: i have +6 Valkyrie Mantue. When i use that npc there are 3 things can happen: ( by chances ) 1. Successful enhancement, so the VA will go +7 2. Item ups can go down, +6 VA can go down to +5 VA 3. Failed enhancement but will not destroyed the item. Anyone can help me ?thank you in advance :3
  12. x13th

    Costume System

    so how to make this work?
  13. x13th

    Costume System

    eA sir. any one out there? :3
  14. Every time I unequip the costume item the look doesn't change. here's the link. http://www.eathena.ws/board/index.php?showtopic=279381 and the code http://pastebin.com/fTmbeNZX thanks in advance <3
  15. yes, i need please send me thank you.
  16. can anybody give me this client? Diff will be default i already tried to diff but the client won't show up Thank you in advance <3
  17. x13th

    @main command

    Thank you so much <3
  18. x13th

    @main command

    How to modify the source code? </3
  19. Good Day, I want my satan morroc quest to have a limited amount of quest per week. 3 times a week ( PER ACCOUNT ) Example: You can only do satan morroc quest three times a week . NOTE: It should be per account Player 1 did satan morroc quest 3 times. after that he/she cant do the quest again until next week.
  20. x13th

    @main command

    yes. i'm asking for this one >.<
  21. x13th

    @main command

    you don't get it. if people use @main they are going to type a message ,right? so if they type a message with column symbol the message will not be send rather they will get dispbotton message saying not allowed special char
  22. is it possible if i use @main command and have a message with column symbol " : " it will not send but you will receive a message saying " Not allowed using special characters " Example: Player 1 use @main @main HELLO WORLDDD the @main message will not be send rather the one using @main will receive a message.
×
×
  • Create New...