Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/15/14 in all areas

  1. if emistry saw this topic, he'll definitely say this script can be bypass if just left the next; button stay there for 60 seconds nanakiwurtz is also correct log in the game when aggressive monsters is around, let them kill you, and the npc dialog will disappear, thus bypassing the system or just simply ask a friend to summon a dead branch and let it kill you ... these kind of knowledge can only acquire when you work on a live server ... here I tweak again [paste=4jqw643q81yq]
    2 points
  2. File Name: Simple Quest With Random Prize 1.0 File Author: Kido Date Released: 15/02/2014 (happy valentine's day!) Category: Quest Script Modified/Original Author: Not modified/Kido Description: It's a simple hunting quest, you gather the items and then you recieve a random prize for it. It's cool that it has the picture of beautiful Wanderer, you can edit it too to change for something you like (no user friendly, sry when i get more skill i will made it more easy to edit). There is an extra option to echange 1 item for X Quantity of items. I made this script for my server for the Valentine's day, i don't mind if you use it too for that purpose. TODO: Add colors Improve it with more switch instead of menus Suggestions (?) How to edit it: Change that for your required items mes "100 Needle Packet"; mes "100 Boy's Pure Heart"; mes "100 Burning Heart"; mes "100 Flame Heart"; mes "100 Glacial Heart"; mes "100 Wooden Heart"; mes "100 Whiterless Rose."; Change that for your prizes mes "1 Valentine's Day Firecracker Box"; mes "1 Silver Ring of Valentine"; mes "1 Gold Ring of Valentine"; mes "1 Cupid's Target"; mes "1 I Love China"; mes "1 Love Arrow"; mes "1 I Love You Firecracker"; mes "1 Chicken of Love Hat"; This is the list of your required items, just replace the IDs if(countitem(748)<=99 && countitem(7189) <=99 && countitem(7561) <=99 && countitem(994) <=99 && countitem(7097) <=99 && countitem(12373) <=99 && countitem(7213) <=99) { Change the delitem for your items ID and the getitem callfunc line for your random prizes delitem 748,100; delitem 7189,100; delitem 7561,100; delitem 994,100; delitem 7097,100; delitem 12373,100; delitem 7213,100; getitem callfunc( "F_Rand", 13806,7947,7946,5393,5423,5823,14546,5822 ), 1; Change the switch and menus as you need switch(select("-Give items <3:-I'm going for them <3!:-Exchange I Love You:-I want to see the prizes")) { For the exchange items for X items edit this line, change the id of the required item and then if(countitem(14546)<1) { change the id for the prize exchange (check the required id and the prize exchange id delitem 14546,1; getitem 597,20; This is an explanation line of what your item prizes do menu "Valentine Day Firecracker Box",case5,"Silver Ring of Valentine",case6,"Gold Ring of Valentine",case7,"Cupid Target",case8,"I Love China",case9,"Love Arrow",case10,"I Love You Firecracker",case11,"Chicken of Love Hat",case12; I hope you like it guys, sorry i will make better scripts and later will make this ones more easy to edit (it looks hard to edit, but actually it's kinda simple since you only change IDs). A picture of how it looks (lol don't mind, my server is in spanish) Happy Valentine's day to everyone! Changelog: simple quest script random prize 1.0 First release simple quest script random prize.txt
    1 point
  3. The value you changed is only the default value the script uses if there is no other value set (e.g. on the first run). To set the value you can use the command @bankadmin maxInput 100000000
    1 point
  4. - if (@deposit < 1) { + if (@deposit < 1 || @deposit > 1000000000) { - if (@withdrawl < 1) { + if (@withdrawl < 1 || @withdraw1 > 1000000000) {
    1 point
  5. try this // The rate at which equipment is dropped. item_rate_equip: 1000 item_rate_equip_boss: 1000 item_drop_equip_min: 1000 item_drop_equip_max: 100000 1% of boss cards + edit it on mob_db
    1 point
  6. LoL actually i would give you the vote you want that's no problem at all and actually it is a request i don't want people to think of this as their work but as their contribution was working on it.. but dont put your hope 100% on me~ i dont even know if my work look good.. lel
    1 point
  7. 4359,B_Eremes_Card,Assassin Cross Card,6,20,,10,,,,,,,,4,,,,,{ skill "AS_CLOAKING",3; },{},{ sc_end SC_CLOAKING; } 4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,1000; bonus bBreakArmorRate,700; },{},{} 4367,B_Shecil_Card,Sniper Card,6,20,,10,,,,,,,,2,,,,,{ bonus2 bHpDrainRate,50,20; bonus bHPrecovRate,-10; },{},{} 4359,B_Eremes_Card,Assassin Cross Card,6,20,,10,,,,,,,,4,,,,,{ bonus3 bAutoSpell,"ASC_EDP",1,20; },{},{} 4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,5; bonus bBreakArmorRate,5; bonus3 bAutoSpell,"MC_MAMMONITE",6+4*(getskilllv("MC_MAMMONITE")==10),50; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,40; bonus bUnbreakableWeapon,0;},{},{} 4367,B_Shecil_Card,Sniper Card,6,20,,10,,,,,,,,2,,,,,{ bonus bHit,1000; },{},{} for the sniper card, i guess 1000 of hit is perfect hit lol, unless you run a super high rate server, you better set it to 10,000 or so lol don't over do it, rest if you need to
    1 point
  8. well there was 1 bug in NEMO's patch (not sure if its there in xDiff also) . TrueNoir can you git pull NEMO to latest and see if the problem is resolved.
    1 point
  9. Hi zeinzu!, for the transparent color in all your sprites, you should put as first color the pink! (RGB = 255-0-255) in your pallets and choice the best .act archive for your animations. i try your request with the acting choice the "4_f_kid3" npc´s .act archive. Hope serve and keep working
    1 point
×
×
  • Create New...