Jump to content

Syndicate

Members
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    1

Syndicate last won the day on January 27 2014

Syndicate had the most liked content!

1 Follower

Profile Information

  • Gender
    Not Telling
  • Location
    Philippines

Recent Profile Visitors

2040 profile views

Syndicate's Achievements

Poring

Poring (1/15)

6

Reputation

  1. VIP Rental : expires in 44days, 18 hours , 45 minutes , 54 seconds This is appearing in my chat. When I use again the item it will add another 15 days ..
  2. http://athena-scripts.googlecode.com/svn/dev/Brian/script_requests/vip_rental.txt //===== eAthena Script ======================================= //= VIP Rental System //===== By: ================================================== //= Brian //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= eAthena SVN (SQL only) //===== Description: ========================================= //= Makes a player VIP (GM level 1) for a set amount of time. //===== Additional Comments: ================================= //= //============================================================ function script F_VIPstart { set .@ticks, getarg(0); // getarg(0) = ticks (seconds) if (.@ticks <= 0) { debugmes "F_VIPstart - tried to set a timer in the past"; end; } // #VIP_expire = Unixtime when their VIP expires set #VIP_expire, ((#VIP_expire > gettimetick(2)) ? #VIP_expire : gettimetick(2)) + .@ticks; doevent "vip_rental::OnPCLoginEvent"; // trigger the VIP to start return; } - script vip_rental -1,{ OnPCLoginEvent: if (#VIP_expire > gettimetick(2)) { // they still have time left dispbottom "VIP Rental : expires in " + callfunc("Time2Str",#VIP_expire); atcommand "@adjgroup 1 "+strcharinfo(0); deltimer strnpcinfo(3)+"::OnPCLoginEvent"; if ((#VIP_expire - gettimetick(2)) < 2147483) { // prevent overflow error addtimer (#VIP_expire - gettimetick(2)) *1000, strnpcinfo(3)+"::OnPCLoginEvent"; } else { addtimer 2147483000, strnpcinfo(3)+"::OnPCLoginEvent"; } } else if (#VIP_expire) { atcommand "@adjgroup 0 "+strcharinfo(0); set #VIP_expire, 0; dispbottom "Your VIP Rental has expired."; } end; }
  3. How can I remove the status effect of VIP system was made by BrianL?
  4. Syndicate

    AtkRate?

    AtkRate wont increase in ALT-A ( STATS ) But when I attack monsters , the ATKRATE is working. I want to know , If how it works also. The additional in ALT-A will be visible.
  5. Hi For the newmounts like " Lion Mount " . Is it possible to make them attack ? Like for example peco peco ..
  6. Syndicate

    TOMB

    Where should I put this?
  7. Syndicate

    TOMB

    How to make a tomb of High wizard MVP at lhlz_dun03? Cause some of the MVP doesnt have tomb of deaths. Thank you.
  8. problem solved. Thank you trojan
  9. How can I add this commands? Is it also on the groups.conf? Is it gonna be like this? #fakename: true Am I correct?
  10. Syndicate

    Changes

    Can I ask something If what is the 100% working SVN renewal with pre-re and re at SVN? cause my SVN has bugged 1.my ELEMENTAL CHANGING [ PROFESSOR ] cant use to Player , only at monsters. 2.my devotion to my party nor guildmates is not working. Instead the damage goes to paladin , the damage goes to the one I devo'ed 3. My Skills of STALKER can use STRIP to Players but it wont take long. They can wear it again in a few seconds. * I tried to use SEARCH button , but I failed to find it. Please help me thank you very much!! *I heard , this are a new changes in prere and re . But I want to turn it back or revert it back. Thank you Thank you sir God bless to you and take care. bump
×
×
  • Create New...