Jump to content

Sketch

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

Sketch's Achievements

Poring

Poring (1/15)

0

Reputation

  1. hello luciar! really sorry for the late answer. i had college and stuff. i tested the script and it's really good, very well made. the prizer works perfect but there is one problem: there are no monsters. i don't know if it's only my coordinates that are wrong or something, but there are no monsters at all. i tried to change a little bit of the script but i couldn't do anything, the level of the script is too high for me x_x so can you help me with that? i want e.g to spawn all the monsters all around prontera. what will the coordinates be in this case? and thank you again for your support and help! ^^
  2. Wow! thank you so much Luciar! I'll test the script and I will let you know what will happen. I have a Q: http://gyazo.com/d493f709d4e19d2a8b46aedc0747f203 Can I add more than 2 points in each map? and in this script would the NPC rewarder give to all players or to only the players who participated?
  3. • They get the rewards from the rewarding NPC after the invasion finishes. So when they kill the monsters nothing special has to happen. The monsters will be normal. • I need all kind of mobs at once and they have to be all over the town and not in a specified area. Thank you very much
  4. Hello mina! ^^ Today I'm requesting a serious script, so only for people who can really do it. The script will be about monster invasion that players can use to level up. Here are some information about the invasion: • There will be 2 maps (Prontera & Morroc) • The days of the invasion will be Saturday, Tuseday & Thursday • The time will be from 08:30PM to 09:30PM GMT+3 • Prontera will include the following monsters which will re-spawn after they die: Hydra (1068), Zombie (1015), Andre (1095), Poporing (1031), Bigfoot (1060), Poring (1002), Wolf (1013), Willow (1010), Fabre, Elder Willow (1033), Snake (1025), Orc Zombie (1153), Rocker (1052), Thara Frog (1034), Jakk (1130), Zerom (1178), Sohee (1170), Golem (1040), Orc Warrior (1023), Sandman (1165), Hode (1127), Punk (1199), Roween (1782), Quve (1508), Lude (1509) • Morroc will include the following monsters: High Orc (1213), Anubis (1098), Raydric (1163), Clock (1269), Goat (1372), Grand Peco (1369), Gibbet (1503), Dullahan (1504), Disguise (1506), Hylozoist (1510), Spring Rabbit (1322) • In Morroc the main monsters will be High Orc, Clock, Grand Peco • In Prontera the main monster will be Wolf, Orc Warrior, Zombie • A Reward NPC will show up near prontera fountain after the invasion finishes. • The Reward NPC will contain the following prizes: 75x White Potion (504), Blue Potion (505), 5x Handsei (668), 2x Old Blue Box (603), x3 Dead Branch (604) • The Reward NPC will dissapear after 15 min. And that is my request. If you can't do it then it's ok I understand
  5. Hi! I was wondering about MVP Ladder NPC. I searched a lot and found this one http://pastebin.com/raw.php?i=gcXecTvs Credit goes to Euphy. But I want it to be really normal, not with all these colors and stuff. And also I have a problem with it, sometimes when I check the top players, it doesn't show the "close" button and i have to log out then log in. Is that because of the rainbow mode? idk So can you help me to remove the rainbow mode and to make it look normal? Just the ranking of players and not with all these colors. P.S: If you have another NPC that has MVP Ladder you can post the link too Thank you
  6. Since im on a phone it's hard to tell if you have tabs in your headers? And is there an error in your map server relating to the healer? I have solved the NPC.. thank you again for your answer! ^^ appreciated !
  7. [sOLVED] This NPC doesn't appear - script Healer -1,{ .@Price = 10000; // Zeny required for heal .@Buffs = 1; // Also buff players? (1: yes / 0: no) .@Delay = 5; // Heal delay, in seconds if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0), "Healing costs " + callfunc("F_InsertComma",.@Price) + " Zeny."; if (Zeny < .@Price) end; if (select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; Zeny -= .@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) @HD = gettimetick(2) + .@Delay; end; } // Duplicates //============================================================ cave,111,63,5 duplicate(Healer) Healer#cav 909; can you help? :/
  8. Hello mina. I tried to search for an NPC that warps you to pvp areas and also that is linked to a ranking NPC. But sadly I didn't find any.. :/ So can you make an NPC that warps you to pvp_n_5-5 & pvp_y_1-2. And another NPC that has ranking of top 20 players and shows your status and so... so there will be 2 NPCs which will be kinda linked to each other: • 1 that warps you to the 2 pvp areas • 1 that has shows the top 20 characters in the pvp area If you have any questions or you want me to make something clear please go ahead ^o^ Thank you very much for reading my request and for this awesome community.
  9. Hi! If it's possible I want an NPC that when players talk to, they get full heal and gets the following buffs: Blessing, Increasing Agility BUT INSTEAD they pay 10,000 zeny for each time they talk to that NPC. And if they don't have enough zeny than the NPC will say "Go and get some zeny before asking me for heal!" or something. So basicly it's a healing npc that gives u 2 buffs (blessing lvl 10, increase agility lvl 10) and full heal. If the players talk to him/her he'll directly give heal and buffs and takes 10,000zeny from them, directly. But if they don't have enough zeny, then he won't give buffs or heal but instead say something like "u don't have enough zeny". And that's it
  10. Wow, thank you very much Winz! So I should just make a script .txt and put your code in it and add the item to item_db?
  11. Hello everyone. I want to make a scroll, Dark Knight Scroll. That scroll will contain the following items by 100% chance: - 2x Light White Potion Box (13534) - 3x Light Blue Potion Box (13810) - 1x Field Manual (12208) - 5x Blessing Scroll (12215) - 5x Agi Scroll (12216) This scroll will include the following items with the chance: - Dark Knight Mask (5482): 15% - Dark Knight Glove (2780): 5% - Dark Knight Belt (2779): 5% These 3 Items, you cannot have the 3 of them at the same time even if you're lucky. So make sure if they get any of these 3 items they can only get 1 item at once. That's it. And thank you very much
×
×
  • Create New...