Recent content by PB&JJ

  1. P

    Bonus ReduceSkillDamage

    Usage: item bonus command: bonus2 bReduceSkillDamage x,y;    // x = skill id, y = % Example:  {     Id: 8001     AegisName: "Custom_Card"     Name: "Custom Card"     Type: 6     Buy: 20     Weight: 10     Loc: 32      Script: <"                bonus2...
  2. P

    bBonusSkillLevel

    Usage: item script command:  bBonusSkillLevel,x,y; // x = skill_id y = skills level to add    Example: (if you use double strafing, cast one that is two levels higher instead) { Id: 1715 AegisName: "Arbalest_" Name: "Arbalest" Type: 4 Buy: 48000 Weight: 1000 Atk: 90 Range: 5...
  3. P

    findmob

    morocc,154,89,6 script findmobtest 1_M_SIZ,{ input .@temp; findmob(.@test$,.@temp); for(.@i = 0; .@i < getarraysize(.@test$); .@i += 2){ dispbottom "mob spawns on map " + .@test$[.@i] + " ( " + .@test$[.@i+1] + ")"; } }
Back
Top