Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Chort

Pages: [1]
1
How to uninstall
Firefox: rightclick on greasemonkey icon (monkey face) -> manage scripts -> select script -> press "remove" button
Chrome: Menu -> Tools -> Extensions -> remove script

(click to show/hide)

2
cRPG Technical problems / [BUG?] Defend the village
« on: April 29, 2011, 09:27:58 pm »
This bug provided by admins of RuCRPG server.

There is some bugs with "Defend the village" (gamemode 8). If the round ended in a draw, there is no bots in the next round and we just win.

Should we use this game mode (or use others game modes)? Or it's OK?

P.S. Also bots can't reach to some places.

Best regards,
RuCRPG admins

3
Suggestions Corner / [SUGG] Anti "nude leaching" system
« on: April 04, 2011, 11:22:31 am »
:idea: Main idea - if you do not use weapon you will pay penalty (instead of repair)

Code: (pseudo code) [Select]
LEVEL; // your character level
TOTAL_EQUIPMENTS_COST; // total equipments cost
MAGIC_NUMBER = 500; // some magical number, need to balance

if(TOTAL_EQUIPMENTS_COST < LEVEL * MAGIC_NUMBER)
{
ComputeEquipmentPenalty(); // something close to repair equipments for (LEVEL * MAGIC_NUMBER) gold.
}
else
{
UseDefaultRepairBehavior();
}

Most of players never will pay penalty. At level 20 you need equipments that cost only 10 000 gold - it's not too much.

P.S. It's only suggestion...

4
cRPG Technical problems / [BUG] Items with the same name
« on: March 27, 2011, 02:19:20 pm »
The is two Heater Shields
1)visitors can't see pics , please register or login
 2)visitors can't see pics , please register or login


If you have both shields, you can wear only one and can't change to second - there is no option to change in on inventory page.

5
Suggestions Corner / [SUGG] Heirlooms converting
« on: March 25, 2011, 09:15:32 am »
Sometimes you find more useful build or weapon to use, but you already have a heirlooms from the previous retirements.

My suggestions - make it possible to change/convert one heirloom to other after retirement, instead of creating a new one.

Best regards,

Pages: [1]