Blockland Forums > General Discussion
Gamefandan's Ultimate Monster RPG || Server is back up +Added Rendermen
Shortcut:
--- Quote from: childofdarkness016 on June 09, 1970, 09:11:13 AM ----wall o' text-
--- End quote ---
i think these are good ideas and would encourage players to party up and work together more
Gamefandan:
The ideas are so beautiful that I don't think I have any other choice BUT to add some of them. Taunt is a bad idea, however. I will consider the cleric spells. Next update may seriously be a class update.
Gamefandan:
function PickPocketProjectile::onCollision(%db,%prj,%col)
{
if(%col.getClassName() $= "AIPlayer")
{
%col.damage(%prj.client.player,0,100,0);
%goldchance = getrandom(1,100);
if(%goldchance <= 20)
{
messageclient(%prj.client,'',"\c3Successfully stole the " @ %col.name @ "'s stuff!");
%prj.client.gold += getrandom(536,1472);
}
}
}
function Spell_PickPocket(%c)
{
if(!isObject(%c.player))
{
return;
}
%p = %c.player;
%p.shootProjectile(PickPocketProjectile);
}
This is a thing that might be happening.
AromaniaFTW:
unlike runescape grinding in this is fun
also why are guns akimbo so hard to get
childofdarkness016:
--- Quote from: Gamefandan on September 06, 2013, 09:06:14 PM ---The ideas are so beautiful that I don't think I have any other choice BUT to add some of them. Taunt is a bad idea, however. I will consider the cleric spells. Next update may seriously be a class update.
--- End quote ---
Why don't you like Taunt and Provoke? They could be pretty useful in many circumstances.