Back This topic is locked: you cannot edit posts or make replies.
Dukain 
(started thread)
Blue-Ribbon Chicken 
Topics: 3
Posts: 8
 
 
Years registered: * * * * * * * * * * * * * * * * *
KOS list Posted: Post 10:00 Wed - Jun 25, 2008

have any an idea for an KOS List

lachen
Reply with quote


Snibbeldibbel 
Blue-Ribbon Chicken 
Topics: 3
Posts: 17
 
 
Years registered: * * * * * * * * * * * * * * * * *
Posted: Post 11:52 Wed - Jun 25, 2008

Hi,
Changed the help-scrip, but u must add them by hand in the script, don´t know how to add InGame, my first try but it works

Code:
<?php
   /* Author: Snibbeldibbel
   **Headers
   ** $link.="\n<font color=#20F080>Ãœberschrift</font> \n\n";
   **  Names
   ** $link.="<font color=#20F080>Name</font> \n";
   **Names with Description
   ** $link.="<font color=#20F080>Name:</font> <font color=#A0E0A8>Description</font>\n";
   **
   */
if ($pluginwords[1]=="!ally") {
   global $admins,$myname;

   #Header
   $link=colortext("<center>##### Ally und KoS Liste #####</center>\n");
   $link.="\n<font color=#20F080>!ally:</font> <font color=#A0E0A8>Zeigt euch diese seite an.</font>\n";   
   
   #Ally Liste
   $link.="\n<font color=#20F080>Subheader1</font> \n\n";
   $link.="<font color=#20F080>Name1:</font> \n";
   $link.="<font color=#20F080>Name2:</font> \n";
   
   
   #Freunde/Friends
   $link.="\n<font color=#20F080>Subheader2</font> \n\n";
   $link.="<font color=#20F080>Name</font> <font color=#A0E0A8>Description</font>\n";
   
   #KoS
   $link.="\n<font color=#20F080>SubHeader3</font> <font color=#A0E0A8>Description</font>\n\n";
   $link.="<font color=#20F080>Name</font> <font color=#A0E0A8>Description</font>\n";   
   
   #admins only commands (no sense in advertising)
   if (in_array($sender,$admins)) {
      $link.="\n<font color=#10FA30><u>Administrative Commands (/tell $myname)</u></font>\n";
      $link.="<font color=#20F080>!twinkadmin:</font> <font color=#A0E0A8>Assign an alt to a main manually...</font>\n";   
   }
      
   $msg = makelink("## Ally und KoS Liste",$link);
   send_private_tell($sender,$msg);
}

?>
Reply with quote


Nohma 
Blue-Ribbon Chicken 
Topics: 3
Posts: 7
Playing:  AoC
Ingame:  Nohma
Years registered: * * * * * * * * * * * * * * * * *
Re: KOS list Posted: Post 07:11 Thu - Jun 26, 2008

Dukain wrote:
have any an idea for an KOS List

lachen


http://odins-zorn.de/viewtopic.php?t=2072
look there

*edit by Chaly*
i seperated the KoS thing to a new thread ( link is above ) and /close here
Reply with quote


Back This topic is locked: you cannot edit posts or make replies.