Advertisement
DevWilliams

Aio system

Apr 13th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. #=============================================================
  2. # Aio System
  3. #=============================================================
  4.  
  5. # Name/Title color for players with aio privileges
  6. AioColor = 606060
  7.  
  8. # Acquired items by players with aio privileges
  9. # Syntax: itemId-amount;itemId-amount; ...
  10. AioItems = 2407-1;512-1;5767-1;5779-1;6568-1
  11.  
  12. # Acquired skills by players with aio privileges
  13. # Syntax: skillId;skillId; ...
  14. AioSkills = 264;265;266;267;268;269;270;271;272;273;274;275;276;277;304;305;306;307;308;309;310;311;349;363;364;365;1002;1003;1004;1005;1006;1007;1008;1009;1032;1033;1035;1036;1040;1043;1044;1045;1048;1059;1062;1068;1073;1077;1078;1085;1086;1087;1182;1189;1191;1204;1240;1242;1243;1249;1250;1251;1252;1253;1257;1259;1260;1261;1268;1282;1284;1303;1304;1308;1309;1310;1323;1352;1353;1354;1355;1356;1357;1362;1363;1364;1365;1388;1389;1390;1391;1392;1393;1397;1413;1414;1415;46993;47003;47023;47033;4551;4552;4553;4554
  15.  
  16. # Show html aio when entering game.
  17. AioShowEnter = False
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement