Fixed homunculus error message
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8073 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
ed76d50157
commit
c68d6a5717
@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
|||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2006/08/02
|
2006/08/02
|
||||||
|
* Fixed homunculus error message [Toms]
|
||||||
* Rewrote pc_payzeny to not use doubles, it may more accurately prevent
|
* Rewrote pc_payzeny to not use doubles, it may more accurately prevent
|
||||||
charging a player more zeny than they can withhold. [Skotlex]
|
charging a player more zeny than they can withhold. [Skotlex]
|
||||||
* Fixed failing to create Deadly Poison Bottles damaging 50% of your max
|
* Fixed failing to create Deadly Poison Bottles damaging 50% of your max
|
||||||
|
@ -397,6 +397,9 @@
|
|||||||
401: You have been jailed for %d years, %d months, %d days, %d hours and %d minutes
|
401: You have been jailed for %d years, %d months, %d days, %d hours and %d minutes
|
||||||
402: %s in jail for %d years, %d months, %d days, %d hours and %d minutes
|
402: %s in jail for %d years, %d months, %d days, %d hours and %d minutes
|
||||||
|
|
||||||
|
// Homunculus messages
|
||||||
|
450: You already have an homunculus
|
||||||
|
|
||||||
// Messages of others (not for GM commands)
|
// Messages of others (not for GM commands)
|
||||||
// ----------------------------------------
|
// ----------------------------------------
|
||||||
|
|
||||||
|
@ -9807,7 +9807,7 @@ atcommand_makehomun(
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
clif_displaymessage(fd,msg_txt(144));
|
clif_displaymessage(fd,msg_txt(450));
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user