NANORAY Posted November 24, 2012 Posted November 24, 2012 is it possible that angra manyu and ahura mazdah can only equip by GM (Game Master)? Quote
Sryx Posted November 24, 2012 Posted November 24, 2012 (edited) 2199,Ahura_Mazda,Ahura Mazdah,5,1,,10,,10000,,0,0xFFFFFFFF,7,2,32,,1,1,0,{ bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; skill "CR_FULLPROTECTION",5; Skill "WZ_ESTIMATION",1; Skill "ST_FULLSTRIP",5; Skill "HW_MAGICPOWER", 10; bonus bMaxHPRate,200; bonus bNoKnockback,0; bonus bDelayRate,-20; bonus bSpeedRate,25; bonus bIntravision,0; },{ sc_start4 SC_ENDURE,60000,10,0,0,1; },{ sc_end SC_ENDURE; } 1599,Angra_Manyu,Angra Manyu,4,1,,10,10000:10000,,2,0,0xFFFFFFFF,7,2,2,1,1,1,8,{ bonus bAllStats,50; bonus bBaseAtk,3300; bonus bMatkRate,200; bonus2 bHPDrainRate,1000,100; bonus2 bSPDrainRate,1000,20; bonus bHealPower,200; bonus2 bAddRace,RC_NonBoss,100; bonus2 bAddRace,RC_Boss,100; skill "WZ_STORMGUST",10; Skill "WZ_METEOR",10; Skill "WZ_VERMILION",10; skill "GM_SANDMAN",1; bonus bVariableCastrate,-100; bonus bFixedCastrate,-100; },{},{} { Script },{ OnEquip_Script },{ OnUnequip_Script } put this in your Item Script edit the OnEquip_Script. and add this { callfunc "gmitems"; } and this is the script function script gmitems { if( getgmlevel() < 2){ message strcharinfo(0),"You are now allowed to wear GM Items."; nude; } return; } I hope it works. Edited November 24, 2012 by Rejected 1 Quote
GmOcean Posted November 24, 2012 Posted November 24, 2012 ....Well, by default, those item's are unobtainable unless through @item OR something of similar capabilities. So, if your players are obtaining them, and they are not GMs, you need to see about possible GMs in your staff abusing powers. Quote
NANORAY Posted November 24, 2012 Author Posted November 24, 2012 2199,Ahura_Mazda,Ahura Mazdah,5,1,,10,,10000,,0,0xFFFFFFFF,7,2,32,,1,1,0,{ bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; skill "CR_FULLPROTECTION",5; Skill "WZ_ESTIMATION",1; Skill "ST_FULLSTRIP",5; Skill "HW_MAGICPOWER", 10; bonus bMaxHPRate,200; bonus bNoKnockback,0; bonus bDelayRate,-20; bonus bSpeedRate,25; bonus bIntravision,0; },{ sc_start4 SC_ENDURE,60000,10,0,0,1; },{ sc_end SC_ENDURE; } 1599,Angra_Manyu,Angra Manyu,4,1,,10,10000:10000,,2,0,0xFFFFFFFF,7,2,2,1,1,1,8,{ bonus bAllStats,50; bonus bBaseAtk,3300; bonus bMatkRate,200; bonus2 bHPDrainRate,1000,100; bonus2 bSPDrainRate,1000,20; bonus bHealPower,200; bonus2 bAddRace,RC_NonBoss,100; bonus2 bAddRace,RC_Boss,100; skill "WZ_STORMGUST",10; Skill "WZ_METEOR",10; Skill "WZ_VERMILION",10; skill "GM_SANDMAN",1; bonus bVariableCastrate,-100; bonus bFixedCastrate,-100; },{},{} { Script },{ OnEquip_Script },{ OnUnequip_Script } put this in your Item Script edit the OnEquip_Script. and add this { callfunc "gmitems"; } and this is the script function script gmitems { if( getgmlevel() < 2){ message strcharinfo(0),"You are now allowed to wear GM Items."; nude; } return; } I hope it works. super thanks sir Rejected! Quote
Question
NANORAY
is it possible that angra manyu and ahura mazdah can only equip by GM (Game Master)?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.