Jump to content

Takumirai

Members
  • Content Count

    60
  • Joined

  • Last visited

Posts posted by Takumirai


  1. https://github.com/HerculesWS/Hercules/blob/master/npc/custom/events/disguise.txt

     

    - i would like to ask a script to be like this

    - from 8am - 8pm [every 2 hours event will start, with 10 rounds]

    but when 9pm - 7am [every 2 hours event will start, with 5 rounds]

     

    - i dont know if this script will be correct

     

    OnClock8000:
    OnClock1100:
    OnClock1400:
    OnClock1700:
    OnClock2000:
            set .Rounds,10;
    set .ResetCounter,.ResetCounter+1;
    set .EventON,1;
    set .Timer,1;
    set .Wait,1;
    announce "The Disguise Event will begin in 3 minutes.",bc_all | bc_blue;
    announce "The Event is being held in Prontera.",bc_all | bc_blue;
    setnpctimer 0;
    initnpctimer;
    end;
     
    [where to put the next OnClock from 9pm - 7am]

  2. - i want to request if a player is login inventory will be check/cart/storage for MvP list item and  automatically delete the mvp cards if a player have 1 of those mvp card. also when player put it in a sloted equips the item will be deleted or if possible only card will be deleted. thanks in advance.


  3. Kelangan ko ng 10 Staff sa server ko..

    - i mensahe nyo ako sa skype ko

    - hindi ko kelangan ng maraming karanasan, ang gusto ko lang ay matyaga, masipag, mabait, magaling makisama, at iba pa.

     

    Advertiser

    Scripter

    Developer

    Co-Admin

    Designer

    Planner

     

     

    skype: garrettsilver25


  4. if you have a default npc you just put this script at the first part of your script

     

    if ( getgroupid() < 1 )  //edit if you have other group ID/VIP ID.
    {
    mes "[VIP Manager]";
    mes "You are not VIP, it wishes it to acquire?";
    if (select ("- Yes:- No") == 1)
    {

  5. - Emperium Wars [ party v.s. party ] modified by: AnnieRuru

     

     

     

     Game Configuration    setarray .rewarditem, 29003, 5; // Just Change ID,Number of Item ID [29003,5]	set .winningscore, 3; // Set How many times do each team need to destroy the emperium	set .eventlasting, 20 * 60; // abort the system if there's no progress, 20 mins * seconds	set .register_lasting, 1 * 60; // 3 minutes to joins, else abort registration, 10 mins * seconds 

     

    Game Info: 

    - How to win?

    A: You need to destroy the Emperium of you opponent and Defend your own Emperium.

    - What happen if we die?

    A: You will be spawn again in your base with full hp/sp and you can't be attack by enemy for 5 sec. or just modify this part.

     

    OnRedDead:OnBlueDead:	sleep2 1500;	percentheal 100,100;	sc_start SC_BASILICA,5000,1;	end; 

    - Is there any tower or Monster in the area?.

    A: yes there is each team have Guardian in there area so you need to kill those guardian also.

     

     

    Note: Please support this topic. If you have suggestion or any add-ons to make this script awesome feel free to comment here.

    - This Script is Free to use 

    - Special Thanks to Annie for making this script :)

     

    Emperium War [party v.s. party] v.1 http://upaste.me/309471

     

     
     
     
     

  6. Reset NPC

    - an NPC that reset your stat/skill with the use of item, 

     

    Configuration:

     

     

    set .stoneid,6320; //reset stone id = 6320 ?

    set .npcname$,"["+strnpcinfo(0)+"]";

    setarray .minrange[0],1 , 41, 71, 91, 111, 126, 141;  // Min Level Required

    setarray .maxrange[0],40, 70, 90, 110,125, 140, 150;  // Max Level Required

    setarray .stones[0], 1, 2, 3, 4, 5, 6, 7;  // Number of Stones

    Reseter NPC.txt

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.