-
Posts
143 -
Joined
-
Last visited
Community Answers
-
15peaces's post in Gravity Error using Tomb Stones was marked as the answer
Just found out, the error will only appear if the killed monster has a space in his name... If the name has no space, the tomb is working fine...
Edit:
Fixed it. It was a langtype issue using langtype 10. It's working fine using langtype 1. ^^
-
15peaces's post in Map Server Error was marked as the answer
Install MS Visual Studio 2012 redist. package. You can find it on the ms website:
https://www.microsoft.com/en-US/download/details.aspx?id=30679
-
15peaces's post in HELP! Some Equipment effect not working.. was marked as the answer
Effects like atk won't be displayed in stats-window. They're only calculated directly. ^^
-
15peaces's post in request script bindatcmd for eAthena was marked as the answer
this should be working on eAthena... maybe you'll need to patch manually:
https://github.com/15peaces/3ceam-Patches/blob/master/bindatcmd_3ceam_r804(49a1fd6)%2B%5B15peaces%5D.patch
-
15peaces's post in Patched or unpatch 2013-08-23 was marked as the answer
Here u go: http://15peaces.com/downloads/2013-12-23cRagexe_decrypted.zip
-
15peaces's post in Help please..Character Creation Denied.. was marked as the answer
You're missing column "robe" inside your char- db
Query inside your database:
ALTER TABLE `char` ADD COLUMN `robe` INTEGER UNSIGNED NOT NULL DEFAULT '0';