![]() |
Gralats Not Respawning?
Hello, I need help with my server dev oomey30.
When you slash a bush no gralats appear. Here is the script. function onCreated() { showcharacter(); updategani(); dontblock(); } function onUpdategani() { updategani(); } function updategani() { temp.type = 1; if (rupees>=100) temp.type = 4; else if (rupees>=30) temp.type = 3; else if (rupees>=5) temp.type = 2; setcharani("gems", temp.type); } function onPlayerTouchsMe() { player.rupees += rupees; rupees = 0; destroy(); } I really hope someone can help out :D |
In server options
make sure that this is set to true bush-items should look like this bush-items=true (remove the - in the middle, stupid swear filter) |
I have that.
|
When posting scripts use PHP tags:
[ PHP] function example() { echo("Hello forums!"); } [ /PHP] Minus the spaces. PHP Code:
|
Quote:
|
Quote:
|
unless you got a custom gani for grelats (if you do, make sure it's uploaded as "gems.gani"),
PHP Code:
PHP Code:
|
Yes i have gems.gani uploaded
|
Quote:
|
| All times are GMT +2. The time now is 11:06 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.