anpera.net
https://anpera.dyndns.org/phpbb3/

Suche Chow and hunger module
https://anpera.dyndns.org/phpbb3/viewtopic.php?f=25&t=4358
Seite 1 von 1

Autor:  Safia [ Di 26 Feb, 2008 22:37 ]
Betreff des Beitrags:  Suche Chow and hunger module

Suche Chow and hunger module for 0.9.7 in Deutsch


danke in vor raus

mfg

Safia

Autor:  Himli [ Mi 27 Feb, 2008 18:10 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

darf ich fragen, was der chow hack ist, oder was er macht?

Autor:  Safia [ Mi 27 Feb, 2008 18:45 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

so weit ich weiß zeigt es den Hunger und Hygiene an und ab einen bestimmten stand , bekommt man einen Titel schmutzfink oder und bei Hunger da stirbt man eben wenn man nichts gegessen hat.


PHP:
<?
require_once "common.php";
checkday();
page_header("Draco's Diner");
checkevent("dracodiner.php");
output("`c`b`&Draco's Diner`0`b`c`n`n");
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($chow[$i] > 0) $userchow++;
}
$pricebase=$session[user][dragonkills]*2;
if ($HTTP_GET_VARS[op] == ""){
output("`2Here is a place to satisfy those pangs in your tummy. The Diner is named after the");
output("great flaming dragon found in these parts. You sit down and look at the menu.`n");
output("`b`c-=-=-=MENU=-=-=-`c`b");
output("<a href=\"dracodiner.php?op=bread\">`cBread..........".($pricebase+15)." gold pieces`c</a>",true);
output("<a href=\"dracodiner.php?op=pork\">`cPork Chops...........".($pricebase+25)." gold pieces`c</a>",true);
output("<a href=\"dracodiner.php?op=ham\">`cHam Steak..........".($pricebase+45)." gold pieces`c</a>",true);
output("<a href=\"dracodiner.php?op=steak\">`cSteak..........".($pricebase+65)." gold pieces`c</a>",true);
output("<a href=\"dracodiner.php?op=chick\">`cWhole Chicken..........".($pricebase+100)." gold pieces`c</a>",true);
output("<a href=\"dracodiner.php?op=milk\">`cMilk..........".($pricebase+15)." gold pieces`c</a>",true);
output("<a href=\"dracodiner.php?op=water\">`cWater..........".($pricebase+5)." gold pieces`c</a>",true);
addnav("","dracodiner.php?op=bread");
addnav("","dracodiner.php?op=pork");
addnav("","dracodiner.php?op=ham");
addnav("","dracodiner.php?op=steak");
addnav("","dracodiner.php?op=chick");
addnav("","dracodiner.php?op=milk");
addnav("","dracodiner.php?op=water");
}
if ($HTTP_GET_VARS[op] == "bread"){
output("Eat it here? Or take it to go?");
addnav("What to do?");
addnav("Here","dracodiner.php?op=bread2");
addnav("To Go","dracodiner.php?op=bread3");
addnav("Go Back");
}
if ($HTTP_GET_VARS[op] == "pork"){
output("Eat it here? Or take it to go?");
addnav("What to do?");
addnav("Here","dracodiner.php?op=pork2");
addnav("To Go","dracodiner.php?op=pork3");
addnav("Go Back");
}
if ($HTTP_GET_VARS[op] == "ham"){
output("Eat it here? Or take it to go?");
addnav("What to do?");
addnav("Here","dracodiner.php?op=ham2");
addnav("To Go","dracodiner.php?op=ham3");
addnav("Go Back");
}
if ($HTTP_GET_VARS[op] == "steak"){
output("Eat it here? Or take it to go?");
addnav("What to do?");
addnav("Here","dracodiner.php?op=steak2");
addnav("To Go","dracodiner.php?op=steak3");
addnav("Go Back");
}
if ($HTTP_GET_VARS[op] == "chick"){
output("Eat it here? Or take it to go?");
addnav("What to do?");
addnav("Here","dracodiner.php?op=chick2");
addnav("To Go","dracodiner.php?op=chick3");
addnav("Go Back");
}
if ($HTTP_GET_VARS[op] == "milk"){
output("Eat it here? Or take it to go?");
addnav("What to do?");
addnav("Here","dracodiner.php?op=milk2");
addnav("To Go","dracodiner.php?op=milk3");
addnav("Go Back");
}
if ($HTTP_GET_VARS[op] == "water"){
output("Eat it here? Or take it to go?");
addnav("What to do?");
addnav("Here","dracodiner.php?op=water2");
addnav("To Go","dracodiner.php?op=water3");
addnav("Go Back");
}
if ($HTTP_GET_VARS[op] == "bread2"){
if ($session['user']['gold'] > ($pricebase+14)){
if ($session['user']['hunger']>-10){
output("You wolf down the bread like the barbarian that you are!`n");
$session['user']['hunger']-=20;
$session['user']['gold']-=($pricebase+15);
addnav("More!","dracodiner.php");
}else{
output("You are way too full to eat any more food!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "bread3"){
if ($session['user']['gold'] > ($pricebase+14)){
if ($userchow<5){
output("You stuff the bread in your pack.");
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($chow[$i]=="0" and $done < 1){
$chow[$i]="1";
$done = 1;
}
$newchow.=$chow[$i];
}
$session['user']['chow']=$newchow;
$session['user']['gold']-=($pricebase+15);
addnav("More!","dracodiner.php");
}else{
output("Your pack is full!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "pork2"){
if ($session['user']['gold'] > ($pricebase+24)){
if ($session['user']['hunger']>-10){
output("You grab the pork chop up with your hand and tear into it. Good thing no one else here is using utinsels either.`n");
$session['user']['hunger']-=30;
$session['user']['gold']-=($pricebase+25);
addnav("More!","dracodiner.php");
}else{
output("You are way too full to eat any more food!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "pork3"){
if ($session['user']['gold'] > ($pricebase+24)){
if ($userchow<5){
output("You stuff the pork chop in your pack.");
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($chow[$i]=="0" and $done < 1){
$chow[$i]="2";
$done = 1;
}
$newchow.=$chow[$i];
}
$session['user']['chow']=$newchow;
$session['user']['gold']-=($pricebase+25);
addnav("More!","dracodiner.php");
}else{
output("Your pack is full!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "ham2"){
if ($session['user']['gold'] > ($pricebase+44)){
if ($session['user']['hunger']>-10){
output("You pick up the Ham Steak with your grubby fingers and rip into it. Not quite understanding why they even bothered to put it on a plate for you.`n");
$session['user']['hunger']-=40;
$session['user']['gold']-=($pricebase+45);
addnav("More!","dracodiner.php");
}else{
output("You are way too full to eat any more food!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "ham3"){
if ($session['user']['gold'] > ($pricebase+44)){
if ($userchow<5){
output("You stuff the ham steak in your pack.");
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($chow[$i]=="0" and $done < 1){
$chow[$i]="3";
$done = 1;
}
$newchow.=$chow[$i];
}
$session['user']['chow']=$newchow;
$session['user']['gold']-=($pricebase+45);
addnav("More!","dracodiner.php");
}else{
output("Your pack is full!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "steak2"){
if ($session['user']['gold'] > ($pricebase+64)){
if ($session['user']['hunger']>-10){
output("You pick up the steak and start chewing, rather loudly as a matter of fact. You wonder what those shiny metal things are there by your plate.`n");
$session['user']['hunger']-=50;
$session['user']['gold']-=($pricebase+65);
addnav("More!","dracodiner.php");
}else{
output("You are way too full to eat any more food!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "steak3"){
if ($session['user']['gold'] > ($pricebase+64)){
if ($userchow<5){
output("You stuff the steak in your pack.");
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($chow[$i]=="0" and $done < 1){
$chow[$i]="4";
$done = 1;
}
$newchow.=$chow[$i];
}
$session['user']['chow']=$newchow;
$session['user']['gold']-=($pricebase+65);
addnav("More!","dracodiner.php");
}else{
output("Your pack is full!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "chick2"){
if ($session['user']['gold'] > ($pricebase+99)){
if ($session['user']['hunger']>-10){
output("You tear into the chicken like a rabid dog. It goes down rather quickly. You wonder what the square piece of cloth at your table is for.`n");
$session['user']['hunger']-=60;
$session['user']['gold']-=($pricebase+100);
addnav("More!","dracodiner.php");
}else{
output("You are way too full to eat any more food!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "chick3"){
if ($session['user']['gold'] > ($pricebase+99)){
if ($userchow<5){
output("You stuff the chicken in your pack.");
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($chow[$i]=="0" and $done < 1){
$chow[$i]="5";
$done = 1;
}
$newchow.=$chow[$i];
}
$session['user']['chow']=$newchow;
$session['user']['gold']-=($pricebase+100);
addnav("More!","dracodiner.php");
}else{
output("Your pack is full!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "milk2"){
if ($session['user']['gold'] > ($pricebase+14)){
if ($session['user']['hunger']>-10){
output("You chug the glass of milk in a single gulp. With a big ol' milk mustache you turn to the person at the next table and say \"Got Milk?\"");
$session['user']['hunger']-=16;
$session['user']['bladder']+=1;
$session['user']['gold']-=($pricebase+14);
addnav("More!","dracodiner.php");
}else{
output("You are way too full to eat or drink any more!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "milk3"){
if ($session['user']['gold'] > ($pricebase+14)){
if ($userchow<5){
output("You stuff the milk bottle in your pack.");
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($chow[$i]=="0" and $done < 1){
$chow[$i]="6";
$done = 1;
}
$newchow.=$chow[$i];
}
$session['user']['chow']=$newchow;
$session['user']['gold']-=($pricebase+14);
addnav("More!","dracodiner.php");
}else{
output("Your pack is full!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "water2"){
if ($session['user']['gold'] > ($pricebase+4)){
if ($session['user']['hunger']>-10){
output("You slam the mug of water. When you are done you use your shirt sleeve to wipe your mouth.`n");
$session['user']['hunger']-=4;
$session['user']['bladder']+=1;
$session['user']['gold']-=($pricebase+4);
addnav("More!","dracodiner.php");
}else{
output("You are way too full to eat or drink any more!");
}
}else{
output("You cannot afford that!");
}
}
if ($HTTP_GET_VARS[op] == "water3"){
if ($session['user']['gold'] > ($pricebase+4)){
if ($userchow<5){
output("You stuff the bottle of water in your pack.");
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($chow[$i]=="0" and $done < 1){
$chow[$i]="7";
$done = 1;
}
$newchow.=$chow[$i];
}
$session['user']['chow']=$newchow;
$session['user']['gold']-=($pricebase+4);
addnav("More!","dracodiner.php");
}else{
output("Your pack is full!");
}
}else{
output("You cannot afford that!");
}
}
addnav("Back to Village","village.php");
//I cannot make you keep this line here but would appreciate it left in.
rawoutput("<div style=\"text-align: left;\"><a href=\"http://www.pqcomp.com\" target=\"_blank\">Chow and Draco's Diner by Lonny @ http://www.pqcomp.com</a><br>"&#41;;
page_footer();
?>



und hier

PHP:
<?
/*
Chow with clickable icons
Author: Lonnyl of http://www.pqcomp.com/logd
Dificulty: Medium/Difficult
E-Mail: logd@pqcomp.com
version 1.0
July 2004

Note some of these inclusions are in the portable potions mod!
Note this has not been tested or run with any other hunger mod!
Note eating food at draco's diner is more filling that what you take with.
Note food gets more expensive with dragon kills.
Note chow is serialized... each digit in the number represents a inventory item

Hope I got it all in here! 8)
This puts icons in the stats for chow... to use it click on the chow icon!
Adds chow use to every page without much coding!
Will not allow chow use during battle or from newday (newday creates infinate loop)
Also for safety sake if it is loaded from badnav or corrupts navs.. it will return the
player to the village.

Draco's Diner is for purchasing chow and is set to return to the village.... adjust for your realm

OK the hard part of this mod is to adjust a persons hunger level.....
Any food in any other mod I added lines to adjust hunger
$session['user']['hunger']-=5;

in newday.php I up the hunger level each new day
$session['user']['hunger']+=10;

adjust hunger anywhere else you feel the need.

OPTIONAL!
I give new players a little bit of chow and a potion in newday.php
after
$session['user']['specialty']=$HTTP_GET_VARS['setspecialty'];
}
add
if ($session['user']['level']==1 and $session['user']['dragonkills']==0){
$session['user']['chow']=12367;
$session['user']['potion']=1;
}
end OPTIONAL

and battling creatures and others should make you hungry as you expend energy
in battle.php after
if ($session[user][hitpoints]>0 &&
$badguy[creaturehealth]>0 &&
($HTTP_GET_VARS[op]=="fight" || $HTTP_GET_VARS[op]=="run")){
add
if ($session['user']['alive']==1) $session['user']['hunger']+=1;



in common.php
in the checkday function
after function checkday($CheckIfDead=FALSE) {
add
//check if they are starving
if ($session[user][alive]==1){
if ($session['user']['hunger']>160) output("`4`c`bYou are very Hungry!`b`c'");
if ($session['user']['hunger']>200){
output("`4`c`bYou are starving to death!`b`c'");
$session['user']['hitpoints']*=.90;
}
}

before $u['hitpoints']=round($u['hitpoints'],0);
add
$currentpage=$_SERVER['REQUEST_URI'];
if (strstr($currentpage, "?op") !=""){
$position=strrpos($currentpage,"?op");
$currentpage=substr($currentpage,0,$position);
}
//logd may need to be adjusted to fit your game location
$currentpage=str_replace("/logd/","",$currentpage);
//begin chow meter
global $badguy;

for ($i=0;$i<6;$i+=1){
if ($session['user']['chow']>$i){
$mychow[$i]=substr(strval($session['user']['chow']),$i,1);
if ($badguy['creaturename']<>"" or $session['user']['alive']==0 or strstr($currentpage, "usechow") !="" or strstr($currentpage, "usepotion") !="" or strstr($currentpage, "newday") !=""){
if ($mychow[$i]=="1") $chow.="<img src=\"./images/bread.gif\" title=\"\" alt=\"\" style=\"width: 14px; height: 16px;\">";
if ($mychow[$i]=="2") $chow.="<img src=\"./images/pork.gif\" title=\"\" alt=\"\" style=\"width: 14px; height: 16px;\">";
if ($mychow[$i]=="3") $chow.="<img src=\"./images/ham.gif\" title=\"\" alt=\"\" style=\"width: 14px; height: 16px;\">";
if ($mychow[$i]=="4") $chow.="<img src=\"./images/steak.gif\" title=\"\" alt=\"\" style=\"width: 14px; height: 16px;\">";
if ($mychow[$i]=="5") $chow.="<img src=\"./images/chicken.gif\" title=\"\" alt=\"\" style=\"width: 14px; height: 16px;\">";
if ($mychow[$i]=="6") $chow.="<img src=\"./images/milk.gif\" title=\"\" alt=\"\" style=\"width: 14px; height: 16px;\">";
if ($mychow[$i]=="7") $chow.="<img src=\"./images/water.gif\" title=\"\" alt=\"\" style=\"width: 14px; height: 16px;\">";
}else{
if ($mychow[$i]=="1"){
$chow.="<a href=\"usechow.php?op=bread\"><img src=\"./images/bread.gif\" title=\"\" alt=\"\" style=\"border: 0px solid ; width: 14px; height: 16px;\"></a>";
addnav("","usechow.php?op=bread");
}
if ($mychow[$i]=="2"){
$chow.="<a href=\"usechow.php?op=pork\"><img src=\"./images/pork.gif\" title=\"\" alt=\"\" style=\"border: 0px solid ; width: 14px; height: 16px;\"></a>";
addnav("","usechow.php?op=pork");
}
if ($mychow[$i]=="3"){
$chow.="<a href=\"usechow.php?op=ham\"><img src=\"./images/ham.gif\" title=\"\" alt=\"\" style=\"border: 0px solid ; width: 14px; height: 16px;\"></a>";
addnav("","usechow.php?op=ham");
}
if ($mychow[$i]=="4"){
$chow.="<a href=\"usechow.php?op=steak\"><img src=\"./images/steak.gif\" title=\"\" alt=\"\" style=\"border: 0px solid ; width: 14px; height: 16px;\"></a>";
addnav("","usechow.php?op=steak");
}
if ($mychow[$i]=="5"){
$chow.="<a href=\"usechow.php?op=chicken\"><img src=\"./images/chicken.gif\" title=\"\" alt=\"\" style=\"border: 0px solid ; width: 14px; height: 16px;\"></a>";
addnav("","usechow.php?op=chicken");
}
if ($mychow[$i]=="6"){
$chow.="<a href=\"usechow.php?op=milk\"><img src=\"./images/milk.gif\" title=\"\" alt=\"\" style=\"border: 0px solid ; width: 14px; height: 16px;\"></a>";
addnav("","usechow.php?op=milk");
}
if ($mychow[$i]=="7"){
$chow.="<a href=\"usechow.php?op=water\"><img src=\"./images/water.gif\" title=\"\" alt=\"\" style=\"border: 0px solid ; width: 14px; height: 16px;\"></a>";
addnav("","usechow.php?op=water");
}
}
}else{
$chow.="<img src=\"./images/breadclear.gif\" title=\"\" alt=\"\" style=\"width: 14px; height: 16px;\">";
}
}
//end chow meter
//hunger meter
$hunger="`7- ";
$len=0;
$len2=0;
for ($i=0;$i<200;$i+=10){
if ($session['user']['hunger']>$i){
$len+=2;
}else{
$len2+=2;
}
}
$hunger.="<img src=\"./images/hmeter.gif\" title=\"\" alt=\"\" style=\"width: $len\px; height: 10px;\">";
$hunger.="<img src=\"./images/hmeterclear.gif\" title=\"\" alt=\"\" style=\"width: $len2\px; height: 10px;\">";
$hunger.="`7 +";
//end hunger meter

and after .templatereplace("statrow",array("title"=>"Gems","value"=>$u['gems']))
add
.templatereplace("statrow",array("title"=>"Chow","value"=>$chow))

and after templatereplace("statrow",array("title"=>"Hitpoints","value"=> (not showing all of it as there are different versions)
.templatereplace("statrow",array("title"=>"Hunger","value"=>$hunger))

and after $session[output]=$output;
add
$currentpage=$_SERVER['REQUEST_URI'];
if (strstr($currentpage, "?op") !=""){
$position=strrpos($currentpage,"?op");
$currentpage=substr($currentpage,0,$position);
}
//logd may need to be adjusted to fit your game location
$currentpage=str_replace("/logd/","",$currentpage);
if ($currentpage != "usepotion.php" or $currentpage != "usechow.php"){
$session['user']['pqrestorepage']=$currentpage;
}


MYSQL Addition
ALTER TABLE accounts ADD `hunger` int(11) NOT NULL default '0'
ALTER TABLE accounts ADD `chow` int(11) NOT NULL default '0'
ALTER TABLE accounts ADD `pqrestorepage` varchar(128) default ''
*/
require_once "common.php";
checkday();
page_header("Chow");
//read op and use the appropriate chow...
for ($i=0;$i<6;$i+=1){
$chow[$i]=substr(strval($session['user']['chow']),$i,1);
}
if ($HTTP_GET_VARS[op] == "bread"){
output("`c`b`&Eat a Piece of Bread`0`b`c`n`n");
$usedchow=1;
output("You wolf down the bread leaving not a crumb!`n");
$session['user']['hunger']-=15;
}
if ($HTTP_GET_VARS[op] == "pork"){
output("`c`b`&Eat a Pork Chop`0`b`c`n`n");
$usedchow=2;
output("You wolf down the Pork Chop!`n");
$session['user']['hunger']-=22;
}
if ($HTTP_GET_VARS[op] == "ham"){
output("`c`b`&Eat a Ham Steak`0`b`c`n`n");
$usedchow=3;
output("You wolf down the Ham Steak!`n");
$session['user']['hunger']-=30;
}
if ($HTTP_GET_VARS[op] == "steak"){
output("`c`b`&Eat a Steak`0`b`c`n`n");
$usedchow=4;
output("You wolf down the Steak!`n");
$session['user']['hunger']-=43;
}
if ($HTTP_GET_VARS[op] == "chicken"){
output("`c`b`&Eat a Chicken`0`b`c`n`n");
$usedchow=5;
output("You wolf down the Entire Chicken!`n");
$session['user']['hunger']-=50;
}
if ($HTTP_GET_VARS[op] == "milk"){
output("`c`b`&Drink a milk`0`b`c`n`n");
$usedchow=6;
output("You guzzle the Milk!`n");
$session['user']['hunger']-=12;
$session['user']['bladder']+=1;
}
if ($HTTP_GET_VARS[op] == "water"){
output("`c`b`&Drink a Water`0`b`c`n`n");
$usedchow=7;
output("You guzzle the Water!`n");
$session['user']['hunger']-=3;
$session['user']['bladder']+=1;
}
$rp = $session['user']['pqrestorepage'];
$x = max(strrpos("&",$rp),strrpos("?",$rp));
if ($x>0) $rp = substr($rp,0,$x);
if (substr($rp,0,10)=="badnav.php" or substr($rp,0,10)=="newday.php"){
addnav("Continue","village.php");
}else{
addnav("Continue",preg_replace("'[?&][c][=].+'","",$rp));
}
for ($i=0;$i<6;$i+=1){
if ($usedchow<>""){
if ($usedchow==$chow[$i]){
$usedchow="";
$chow[$i]="";
}
}
$newchow.=$chow[$i];
}
$newchow.="0";
$session['user']['chow']=$newchow;
page_footer();
?>


Nur leider ist mein Englisch nicht so berauschend.

Autor:  Himli [ Mi 27 Feb, 2008 19:10 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

achso

naja, das selber zu scripten, is ja eig nicht sonderlich schwer

Autor:  Safia [ Mi 27 Feb, 2008 19:12 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

Himli hat geschrieben:
achso

naja, das selber zu scripten, is ja eig nicht sonderlich schwer



Na ja , an dem script wage ich mich erlich gesagt noch nicht dran , zu scripten.

Autor:  Morpheus [ Mi 27 Feb, 2008 20:47 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

Was Du da suchst ist von Lonnyl, ich habe den ZIP mal unten angehängt, den hab ich vor Ewigkeiten mal gezogen bei ihm, verwende aber selbst die simplere Hungerfunktion... :wink:
EDIT: Uuuups, sorry, da stand ja in deutsch. habich ganz überlesen :pein:

Dateianhänge:
Dateikommentar: Lonnyls Hunger & Durst Funktion
chowandhunger.zip [12.2 KIB]
164-mal heruntergeladen

Autor:  Morpheus [ Mi 27 Feb, 2008 20:52 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

Das andere, mit der Hygiene, ist auch von Lonnyl, das verwende ich auf meinem Server ebenfalls, hab das Ganze aber nach meinen Ideen ausgestaltet... :wink:

Dateianhänge:
bathhouse_GER.zip [3.68 KIB]
183-mal heruntergeladen

Autor:  Safia [ Mi 27 Feb, 2008 21:02 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

Danke sehr :)

Autor:  Morpheus [ Mi 27 Feb, 2008 21:05 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

Zur Hungerfunktion: Gib mal bei Google ein dracodiner.php, dann zeigt er Dir alle Server, die dieses Modul haben und Du kannst es Dir dort übersetzt kopieren... ;)

Autor:  Safia [ Mi 27 Feb, 2008 21:14 ]
Betreff des Beitrags:  Re: Suche Chow and hunger module

noch mals Danke wenn ich versuche das script zu Übersetzen kommt da Hund und so bei mir raus ^^ :D

Seite 1 von 1 Alle Zeiten sind UTC + 1 Stunde
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/