• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (GUI)
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages

    Upload page content

    You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

    File to load page content from
    Page name
    Comment

    This one is very very commonly requested.. bascially everytime Evony runs a holiday promo. Copy and paste this script into the script window of any alt in your alt alliance, click run. It will output an addfriend xxx line for each member in the alliance into your log window below. You can then copy the outputted script and share it with your alliancemates/friends so that they can add your alts before coining.

    • // compliments of Sericom, I think
      command "members"
      echo $result.replace(/"([^"]+).+/gm, "addfriend $1").split("\n").splice(1).join("\n")

    If you'd like to clear your friendslist first, in order to remove people that have quit/sold, you can run this one first on your main:

    • execute "removefriend " + player.friendBeansArray[0].userName
      if player.friendBeansArray.length > 0 loop

    Please note both scripts can take awhile to complete running if you have a lot of people to add or remove.


    ScriptExamples