Jump to content

Mushimaru

Members
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Mushimaru

  1. tr0n...i wanna ask something...i want to make my collection quest trigger by changes of day...for example, for 1st set collection is for monday....2nd collection for tuesday and so on...so, can it be??
  2. ya...need to import mob sql into database
  3. Booo!! You didn't press the button (yes, it's a big deal). Anyway, the specialeffect2 command only displays the effect/visuals and doesn't do anything at all (aside from that). What you want is to use the sc_start, which is actually the command that buffs (or debuffs) players. Click the links and you'll see the explanation for each. If you want, you can also use npcskill command, which is easier than the sc_start command. Here's a revamped version of the file from above: Paste: 1b9xqn2i457du Remember that button. Oh wait? You want me to separate the Payment and the Buffer? Then you need to provide your NPC healer script. hehehe....sorry....tooo excited and forgot to mark as solve....thanks a lot now i get it....ya i need to separate the payment and the buffer...here is my healer.. - script Healer -1,{ set .@Price,0; // Zeny required for heal set .@Buffs,0; // Also buff players? (1: yes / 0: no) set .@Delay,0; // 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; set Zeny, 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) set @HD, gettimetick(2)+.@Delay; end; } really thanks a lot...
  4. Thanks a lot bro....by the way...how do i add others buff such as linker and etc...i've tried add in based on special effect list but when buffing, i got stone curse.. and 1 more things, can it being click on my current npc heal??..i meant the script only allowed the buff to player by that npc only..i plan to make the npc as place for guildmaster paying only..to get buff still clicking my current healer npc...sorry for my bad english...and thanks in advanced...
  5. Hai...i have seen a tone of script npc buffer that used zeny...by the way, my situation right now is i want to make a lifetime paid buffer...for example, to have a special buff for the guild, guild-master need to pay 200m...after paid it, all guild-members can get the buff...but other player still normal buff...sorry for my bad english
  6. i dont think there is on/off settings to add stat on costum headgears...as what yoona said, explain about it more please...is it u edit the script in item_db.txt or item_db2.txt??..and try post your script item here so that people can help you...
  7. grf you need to place in kro folder server so that the client can read you sprite,costum item, and etc..btw its base on how u diff your client cause for a newbie i suggest better diff client to read data folder straightly unless u are already understand how it works on grf...
×
×
  • Create New...