Jump to content

Giant Whisper

Members
  • Posts

    190
  • Joined

  • Last visited

Everything posted by Giant Whisper

  1. Thanks Cydh consult now how you could do so that refining is not 100% successful
  2. Hi guys, I'm using the Euphy script "Ticket Refiner". Is it possible to change it so that to get +5 = I need a +4 weapon and a (guaranteed refinement ticket +5). and if I want +6 my weapon +5 I would need a refined ticket +6. At this time, the script simply refines the ticket number. means that I have a +4 weapon and a +9 = +9 ticket instantly I want it to be +4 -> + 5 -> + 6 -> + 7 -> + 8 -> + 9 Thank you very much ticket_refiner.txt
  3. Hello, it is possible to make an equipable item that changes you to bodystyle 1 and when dequipping the equipment you return to your previous form
  4. It's not what I'm looking for, maken06 anyway thanks if I have already activated the NPC but I want to know if you can do what I mention and also if you can add a% that also fails in levels +7 +8 +9 +10 ?
  5. I wonder the same as rye305 Hi guys im using Euphy's "Ticket Refiner" script. is it possible to Change it so that in order to get +5 = i need a weapon +4 and a (guaranteed refine ticket +5). and if i want to +6 my +5 weapon i would need a refine ticket +6. at the moment the script just refines to the number of the ticket. means i have a +4 weapon and a +9 ticket = +9 instantly i want it to be +4->+5->+6->+7->+8->+9 ty very much
  6. Hi, What should I do to avoid these numbers? client 2016-03-02
  7. is for the Morphogenic? //Morphogenic Hat Script //Allows a player to change their look to absolutely any hat available or to a defined upper limit. Check the "OnInit" label for information on this. // //By Slam - script Morpho -1,{ OnWhisperGlobal: goto Validation_whisp; end; Validation_whisp: set .@var0$, atoi(@whispervar0$); set .@var1, atoi(@whispervar1$); set .@i,0; while(.@i < getarraysize(.morpho_disallowed)){ if(.@var1 == .morphodisallowed$[.@i]){ goto denied_unauthorized; } else { set .@i,.@i+1; } } set .@ii,0; while(.@ii < 9){ if(@whispervar0$ == .keywords$[.@ii]){ goto keyword; } set .@ii,.@ii+1; } dispbottom "---------------[Morpho Helper]---------------"; dispbottom " "; dispbottom "Sorry, I didn't understand the option you have"; dispbottom "have given me. Please type 'help' for more info"; dispbottom " "; end; keyword: switch(.@ii){ case 0: goto help; case 1: goto tophead; case 2: goto midhead; case 3: goto lowhead; case 4: goto clear; case 5: goto info; case 6: goto topheadlow; case 7: goto midheadlow; case 8: goto lowheadlow; } help: dispbottom "---------------[Morpho Helper]---------------"; dispbottom " "; dispbottom "Welcome to the Morpho Settings NPC!"; dispbottom "I can help you set what your Morphohat looks like"; dispbottom " "; dispbottom "To use this NPC, whisper NPC:Morpho (you should"; dispbottom "know this already) with upper/middle/lower or "; dispbottom "wing. The wing section is not yet implemented"; dispbottom "however. Now, to set your Morphohat use the "; dispbottom "following layout:"; dispbottom " "; dispbottom "upper#5232 - This will make it a Pink Kitty"; dispbottom " "; dispbottom "Protip: Use RateMyServer.net for item IDs."; end; tophead: if(!isequipped(.top_morpho)){ goto wrong_headgear; } if((.@var1 >= 5001 && .@var1 <= 5859) || (.@var1 >= 60000 && .@var1 <= 61196)){ set .@viewid,getiteminfo(.@var1,11); set .@equipslot,getiteminfo(.@var1,5); // if(.@equipslot != 256 && .@equipslot != 768){ //Upper and Upper+Mid Only. Comment out this line and the two below it to remove this functionality. // goto denied_wrongslot; // } set viewid_top,.@viewid; dispbottom "Selected headgear ID: "+.@viewid; setlook 4,.@viewid; end; } dispbottom "Unavailable ID"; end; midhead: if(!isequipped(.mid_morpho)){ goto wrong_headgear; } if((.@var1 >= 5001 && .@var1 <= 5859) || (.@var1 >= 60000 && .@var1 <= 61196)){ set .@viewid,getiteminfo(.@var1,11); set .@equipslot,getiteminfo(.@var1,5); // if(.@equipslot != 512 && .@equipslot != 513){ //Mid and Mid+Lower only. Comment out this line and the two below it to remove this functionality. // goto denied_wrongslot; // } set viewid_mid,.@viewid; dispbottom "Selected headgear ID: "+.@viewid; setlook 5,.@viewid; end; } dispbottom "Unavailable ID"; end; lowhead: if(!isequipped(.low_morpho)){ goto wrong_headgear; } if((.@var1 >= 5001 && .@var1 <= 5859) || (.@var1 >= 60000 && .@var1 <= 61196)){ set .@viewid,getiteminfo(.@var1,11); set .@equipslot,getiteminfo(.@var1,5); // if(.@equipslot != 1){ // Lower Only. Comment out this line and the two below it to remove this functionality. // goto denied_wrongslot; // } set viewid_low,.@viewid; dispbottom "Selected headgear ID: "+.@viewid; setlook 3,.@viewid; end; } dispbottom "Unavailable ID"; end; topheadlow: if(!isequipped(.top_morphos)){ goto wrong_headgear; } if((.@var1 >= 5001 && .@var1 <= 5859) || (.@var1 >= 60000 && .@var1 <= 61196)){ set .@viewid,getiteminfo(.@var1,11); set .@equipslot,getiteminfo(.@var1,5); // if(.@equipslot != 256 && .@equipslot != 768){ //Upper and Upper+Mid Only. Comment out this line and the two below it to remove this functionality. // goto denied_wrongslot; // } set viewid_tops,.@viewid; dispbottom "Selected headgear ID: "+.@viewid; setlook 4,.@viewid; end; } dispbottom "Unavailable ID"; end; midheadlow: if((.@var1 >= 5001 && .@var1 <= 5859) || (.@var1 >= 60000 && .@var1 <= 61196)){ if(!isequipped(.mid_morphos)){ goto wrong_headgear; } set .@viewid,getiteminfo(.@var1,11); set .@equipslot,getiteminfo(.@var1,5); // if(.@equipslot != 512){ // Lower Only. Comment out this line and the two below it to remove this functionality. // goto denied_wrongslot; // } set viewid_mids,.@viewid; dispbottom "Selected headgear ID: "+.@viewid; setlook 5,.@viewid; end; } dispbottom "Unavailable ID"; end; lowheadlow: if((.@var1 >= 5001 && .@var1 <= 5859) || (.@var1 >= 60000 && .@var1 <= 61196)){ if(!isequipped(.low_morphos)){ goto wrong_headgear; } set .@viewid,getiteminfo(.@var1,11); set .@equipslot,getiteminfo(.@var1,5); // if(.@equipslot != 1){ // Lower Only. Comment out this line and the two below it to remove this functionality. // goto denied_wrongslot; // } set viewid_lows,.@viewid; dispbottom "Selected headgear ID: "+.@viewid; setlook 3,.@viewid; end; } dispbottom "Unavailable ID"; end; clear: set viewid_low, 1; set viewid_mid, 2; set viewid_top, 3; if (getequipid(1) == .top_morpho) setlook 5,0; if (getequipid(9) == .mid_morpho) setlook 4,0; if (getequipid(10) == .low_morpho) setlook 3,0; dispbottom "Your Morphing Hats list has been cleared."; end; info: dispbottom "---------------[Morpho Helper]---------------"; dispbottom " "; dispbottom "You currently have the following items set for your Morpho hat:"; dispbottom "Upper - "+getitemname(viewid_top); dispbottom "Middle - "+getitemname(viewid_mid); dispbottom "Lower - "+getitemname(viewid_low); end; denied_wrongslot: dispbottom "Sorry, this headgear was not designed for this headgear slot."; end; denied_unauthorized: dispbottom "Sorry, you cannot change your Morpho into this headgear. Please try another."; end; wrong_headgear: dispbottom "Sorry, you do not currently have your Morpho equipped. Please equip it and try again!"; end; OnInit: //Array of keywords for the script setarray .keywords$[0],"help","upper","middle","lower","clear","info","upperdawn","middledawn","lowerdawn"; //Change this to the upper limit of the headgears that you wish to make available setarray .morpho_disallowed$[0], "9001"; //inb4OVERNINETHOUSAND //Equip IDs - Change these to the ID numbers of the hat you wish to designate as the Morphing hat set .top_morpho,60683; set .mid_morpho,60684; set .low_morpho,60685; end; } //Use 'callfunc "MorphoEquip",<1,2,3,4,5,6>;' for the "OnEquip" script to let people know that they need to set the view ID or to set the viewid if the person has already set one. //If you wish to make the "Morph" an Account bound variable, simply change all instances of "viewid_" with "#viewid_" function script MorphoEquip { set .@equipslot,getarg(0); switch(.@equipslot) { case 1: //Upper if (!viewid_top) { dispbottom "No headgear set for upper. PM \"NPC:Morpho\" with the word \"help\" for more information."; end; } setlook 4,viewid_top; end; case 2: //Mid if (!viewid_mid) { dispbottom "No headgear set for middle. PM \"NPC:Morpho\" with the word \"help\" for more information."; end; } setlook 5,viewid_mid; end; case 3: //Lower if (!viewid_low) { dispbottom "No headgear set for lower. PM \"NPC:Morpho\" with the word \"help\" for more information."; end; } }
  8. this is the one I am currently using has a limit of view ID is the only modification Morpho.txt How can I eliminate the sprite when I take off my helmet? Because when I take off my helmet, the disguised elf is still there.
  9. Hi, thanks for responding, it can be repaired, Morphogenic?
  10. Hi, I'm using the Hat Script, By Slam transform the morpho hat that I use for some id all perfect but when removing or replacing me for another hat it continues seeing the hat to which it is transformed Example Morphogenic.txt
  11. Hola estoy usando el Morphogenic Hat Script, By Slam tengo el siguiente error Solucionado
  12. Hola uso la version actual de rAthena en modo renewal, y rates de exp en 100x/100x en level base 255/120 el problema es que dan mucha exp ejemplo a nivel 250 en Thor level 3 la mayoria de los mob dan mas de 3% me gustaria que sea la formula que usa PRE-RE en nivel 250 en Thor level 3 dan de 1.11% a 0.90% que me parece exelente desactivado //#define RENEWAL_EXP
  13. maken06 e probado la script pero cuenta las horas ejemplo paso 5 horas en el server da el item paso 5 horas mas vuelve a dar el item si fuera 24hs seria igual te dara el primer item luego el segundo siempre
  14. Hola como tendria que hacer para una script que de items por dia, ejemplo player que a entrado 5 dias seguidos y al dia 6 no entro que comiense de nuevo a dia 1 Items por dia dia 1 battle manual50% dia 2 convex mirrow dia 3 te dara 50 gold coin dia 4 buble gum 1 dia 5 yggdrasil x3 dia 6 bloody branch
  15. I look for something like cashpoint shop
  16. it is possible to create this npc NPC Shop sell item by KvM Points as a Cashpoint store but from KvM Points
  17. Hi Emistry, how would it be so that it's only true mvp this example that I have works for all mvp but what I'm looking for is not accurate By Technoken - script mvp_chest -1,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, MOB_MVPEXP ) ) { monster "prontera",0,0,"--ja--",1324,1; } end; }
  18. it can be in the same way as Faceworm's Nest ?
  19. Hi, I would like to know how to get a Treasure Chest out when killing a mvp, as susede in Instance Faceworm's Nest
  20. Hola busco Refine Function 6.1 de EMISTRY o algo similar Gracias
  21. lo de el eAthena es para uso con amigos usar lo antiguo
  22. Hola queria saber si existe alguna forma de hacer andar este comando { BaseLevel++,JobLevel++; },{},{} en una Revision 15186 eAthena, ya que solo me da resultado en rAthena Gracias 35000,Appleup,Apple up,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ BaseLevel++,JobLevel++; },{},{}
×
×
  • Create New...