Archive > AO 0.6.x Custom/Unofficial modules

[AO] Rally with waypoint

<< < (2/2)

Talmahera:
Thank you for this nice plugin Nog.

You can use this script too if your raidbot is an old one (like Budabot :P) :


--- Quote ---<a href="text://To get waypoint to rally in %4 please <a href='chatcmd:///waypoint %1 %2 %3'>click this</a>">Waypoint to %4</a>
--- End quote ---

Where %1 %2 are coord, %3 pf zone and %4 name. Ex : /way 550 1000 590 Rally

bitnykk:
Only issue with this plugin is it's referring to a RK region abbrevation table wich ... excludes any waypoint link for SL ! Here are faulty lines of function set_rally() inside file rally.php to be commented for a quickfix :


--- Code: ---      if(is_numeric($zone))
      {
      //   $zonenumc = $this -> bot -> db -> select("SELECT area FROM #___land_control_zones WHERE zoneid = $zone");
      //   if(!empty($zonenumc))
      //   {
            $zonenum = $zone;
      //      $zone = $zonenumc[0][0];
            $e = "and Way";
      //   }
      //   else
      //      $zonenum = FALSE;
      }
--- End code ---

Once applied, you'll be able to add any rally with waypoint link, as those 59 i'm proposing in joined file.

Navigation

[0] Message Index

[*] Previous page

Go to full version