Jump to content

narien123

Members
  • Posts

    39
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Not Telling
  • Location
    heaven
  • Server
    Non

Recent Profile Visitors

1144 profile views

narien123's Achievements

Poring

Poring (1/15)

0

Reputation

  1. - script LevelAnnouncer -1,{ if(BaseLevel == 60) { getitem 909,1; announce ""+strcharinfo(0)+" have reach level 60!"; end; } if(BaseLevel == 70) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 70!"; end; } if(BaseLevel == 80) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 80!"; end; } if(BaseLevel == 90) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 90!"; end; } if(BaseLevel == 99{ getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 99!"; end; } } if like this will work ? You can use this: - script LevelAnnouncer -1,{ if(BaseLevel == 175) { getitem 2357,1; getitem 2524,1; getitem 2421,1; getitem 2115,1; announce "Good work! " + strcharinfo(0) + " have reach the max level!",bc_all; end; } } Just edit the lines. the script dont have error , but it's dont work ..
  2. - script LevelAnnouncer -1,{ if(BaseLevel == 60) { getitem 909,1; announce ""+strcharinfo(0)+" have reach level 60!"; end; } if(BaseLevel == 70) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 70!"; end; } if(BaseLevel == 80) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 80!"; end; } if(BaseLevel == 90) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 90!"; end; } if(BaseLevel == 99{ getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 99!"; end; } } if like this will work ?
  3. when player reach level 60 , 70 ,80 , 90 , 99 auto get item .. and announce the name <name > reach level 60 ...
  4. .@ResetStat = 5000; // Zeny for stat reset .@ResetSkill = 5000; // Zeny for skill reset .@ResetBoth = 9000; // Zeny for resetting both together Zeny into item ..
  5. o , thx How about Costume weapon ?
  6. (2^10) 1024 = Costume Upper headgear (2^11) 2048 = Costume Middle headgear (2^12) 4096 = Costume Lower headgear how about Upper Mid Lower Mid Upper Lower U,L,M
  7. i already do the same thing . before yesterday , but still wont work , its only dont have effect , i want after u enter pvp/gvg map , the eq will auto uneq
  8. When Player Enter Pvp / WOE Map . auto uneq item clip[1]
  9. Cant Click it .. i think it's not complete
  10. Change to Every 15 minute Hi man, all botteres can bypass any script-based anti-bots systems. Your system is possible easy to bypass (if you want, i can show you). You just make a sad life for your players, not for your botters. Try better some professional protection. For example Hashield My problem is they using auto click on Fishing ..
  11. i found out , i have another npc ( full headgear quest npc ) i think this npc eq mix with the new one i just create/
×
×
  • Create New...