TWLan Forum
[v1.3] Bonusdörfer... Wie? - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Spielerprojekte (https://twlan.org/forumdisplay.php?fid=9)
+------ Forum: Tutorials (https://twlan.org/forumdisplay.php?fid=11)
+------ Thread: [v1.3] Bonusdörfer... Wie? (/showthread.php?tid=3171)



Bonusdörfer... Wie? - Milu2K - 08.07.2010

Gleich auch als Tool erhältlich.

Deutsch - German
  1. Öffne http://localhost/phpmyadmin
  2. Wähle die Datenbank "lan" aus
  3. Drücke auf "SQL"
  4. Gebe das ein: ALTER TABLE `villages` ADD `bonus` INT( 11 ) NOT NULL AFTER `id`;
  5. Öffne die Datei "include.inc.php" im htdocs Ordner mit einem PHP Editor auf
  6. Füge folgende Zeilen hinzu:
    PHP Code:
    <?php
    $sql_bonus_villages 
    mysql_query("SELECT * FROM villages WHERE id = '".$_GET["village"]."'");
    $vill mysql_fetch_assoc($sql_bonus_villages);
    if (
    $vill["bonus"] == "1")
    {
      include(
    "include/configs/raw_material_production_bonus.php");
    }
    ?>
  7. Kopiere [DSLAN]\htdocs\include\configs\raw_material_production.php nach [DSLAN]\htdocs\include\configs\raw_material_production_bonus.php
  8. Editiere die Kopierte datei nach deinen wünschen
  9. Gehe wieder nach localhost/phpmyadmin
  10. Wähle wieder die Datenbank "Lan" aus
  11. Gehe in die Tabelle "villages"
  12. Bearbeite die Dörfer die du als Bonusdörfer haben willst
  13. Setze bei "Bonus" die Zahl 1
  14. Fertig
Werde ich als Tool machen Wink

Englisch - English Bad english xD
  1. Open http://localhost/phpmyadmin
  2. Go to database "lan"
  3. Click on "SQL"
  4. Add this text: ALTER TABLE `villages` ADD `bonus` INT( 11 ) NOT NULL AFTER `id`;
  5. Open "include.inc.php" in htdocs with a PHP Editor
  6. Add lines:
    PHP Code:
    <?php
    $sql_bonus_villages 
    mysql_query("SELECT * FROM villages WHERE id = '".$_GET["village"]."'");
    $vill mysql_fetch_assoc($sql_bonus_villages);
    if (
    $vill["bonus"] == "1")
    {
      include(
    "include/configs/raw_material_production_bonus.php");
    }
    ?>
  7. Copy [DSLAN]\htdocs\include\configs\raw_material_production.php to [DSLAN]\htdocs\include\configs\raw_material_production_bonus.php
  8. Edit the copied file.
  9. Go to localhost/phpmyadmin
  10. Go to database "Lan"
  11. Go to table "villages"
  12. Edit normal villages you want to have as bonus villages.
  13. Set the number 1 to "Bonus"
  14. Finished
I will make as tool


RE: Bonusdörfer... Wie? - paulgerman - 08.07.2010

I've already made bonus villages for my server and I have 8 bonus types: production, 3 with faster recruit, wall bonus, storage and traders bonus and unit speed bonus.

I made them visibile on the map like the original tribalwars(that yellow border and the image in the left) and i made a pretty good admin tool for adding them or for deliting them.

It wasn't so hard Big Grin


RE: Bonusdörfer... Wie? - Milu2K - 08.07.2010

(08.07.2010, 11:11)paulgerman Wrote: I've already made bonus villages for my server and I have 8 bonus types: production, 3 with faster recruit, wall bonus, storage and traders bonus and unit speed bonus.

I made them visibile on the map like the original tribalwars(that yellow border and the image in the left) and i made a pretty good admin tool for adding them or for deliting them.

It wasn't so hard Big Grin

I know. I will make a Tool. Then you can set the Bonusvillages.


RE: Bonusdörfer... Wie? - Yannici - 08.07.2010

Sehr gut erklärt - sehr verständlich ;-)


RE: Bonusdörfer... Wie? - Milu2K - 08.07.2010

(08.07.2010, 14:57)Yannici Wrote: Sehr gut erklärt - sehr verständlich ;-)

Danke Big Grin Das englische bestimmt nicht xD

MfG Milos


RE: Bonusdörfer... Wie? - Yannici - 08.07.2010

(08.07.2010, 14:57)milos Wrote:
(08.07.2010, 14:57)Yannici Wrote: Sehr gut erklärt - sehr verständlich ;-)

Danke Big Grin Das englische bestimmt nicht xD

MfG Milos

Kann ich nicht beurteilen, kann auch nicht so gut Englisch.. Big Grin


RE: Bonusdörfer... Wie? - Arthas - 08.07.2010

You should write better guides! I don't know what to edit in "villages" table! Tell me what to edit?


RE: Bonusdörfer... Wie? - burbot - 08.07.2010

(08.07.2010, 16:19)Arthas Wrote: You should write better guides! I don't know what to edit in "villages" table! Tell me what to edit?

you just have to go to http://localhost/phpmyadmin, then klick at the database "lan" and then you have to klick at the tab "SQL".
there you paste this text in the textarea:
ALTER TABLE `villages` ADD `bonus` INT( 11 ) NOT NULL AFTER `id`;

execute it and everything should be allright Big Grin


RE: Bonusdörfer... Wie? - Arthas - 08.07.2010

Yeah I did that! And now , Milos said to go to the table named "villages". What should I do there? Sad


RE: Bonusdörfer... Wie? - Yannici - 08.07.2010

(08.07.2010, 18:46)Arthas Wrote: Yeah I did that! And now , Milos said to go to the table named "villages". What should I do there? Sad

You must edit your villages...
If you want a bonusvillage you must set "bonus" to 1 ;-)


RE: Bonusdörfer... Wie? - Jeezes - 15.08.2010

ich versteh das mit diesen php editor nich


RE: Bonusdörfer... Wie? - Dsaddicted - 15.08.2010

im forum "Spielerprojekte" steht aber eine einfachere anleitung.
welche von beiden soll man nun nehmen?


RE: Bonusdörfer... Wie? - Bettdecke1 - 15.08.2010

(15.08.2010, 00:15)Dsaddicted Wrote: im forum "Spielerprojekte" steht aber eine einfachere anleitung.
welche von beiden soll man nun nehmen?

Hier ist das tutorial.. das in spielerprojekte is en tool ...


RE: Bonusdörfer... Wie? - Dsaddicted - 15.08.2010

aber da ist auch ne anleitung bei...


RE: Bonusdörfer... Wie? - abbar-2 - 15.08.2010

ja, wie das toll installiert wird Big Grin


RE: Bonusdörfer... Wie? - HuGoB0Zz - 15.08.2010

Ich glaub, das Tool ist aktueller..also benutze am besten das


RE: Bonusdörfer... Wie? - Dsaddicted - 15.08.2010

ok
danke


RE: Bonusdörfer... Wie? - Bettdecke1 - 15.08.2010

Tool is besser .. da muss man weniger machen Big Grin


RE: Bonusdörfer... Wie? - Bettdecke1 - 01.01.2011

~closed