Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Self Dispel Ability (through command)
Author Message
gergecoelho
Apprentice
*

Posts: 31
Likes Given: 7
Likes Received: 3 in 3 posts
Joined: Jul 2015
Reputation: 0



Post: #1
Self Dispel Ability (through command)
Hey guys. Big Grin

Doing the racials for my shard, got myself stuck in this one and got no idea where to start with it.

I want to make a power accessed via command (i.e .humdis), that will cast a Dispel on self, costing no mana or reagents (ideally it would remove only debuffs, but if that's way too complicated, dispelling everything will do). Any idea where to start?

P.S.: Additionally, if any of you guys know how to give certain players (of this same tag.race), discount on all NPC purchases, please tell me Smile

Thanks!
08-10-2015 08:25 AM
Find all posts by this user Like Post Quote this message in a reply
Criminal
Journeyman
*

Posts: 182
Likes Given: 38
Likes Received: 22 in 22 posts
Joined: Jun 2015
Reputation: 0

SantiagoUO.com

Post: #2
RE: Self Dispel Ability (through command)
you can use findid and runes like:

findid i_rune_clumsy delete

[Image: mfqAZnj.png]
Discord: SantiagoUO
Skype:
criminaluo
08-10-2015 03:20 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Criminal's post
gergecoelho
Apprentice
*

Posts: 31
Likes Given: 7
Likes Received: 3 in 3 posts
Joined: Jul 2015
Reputation: 0



Post: #3
RE: Self Dispel Ability (through command)
Seems to work just right (I had to test on an npc because I couldn't find one that would curse me xD, but it did work).

Quote:[FUNCTION humadap]
IF (<SRC.TAG.RACE>==01)
SYSMESSAGE You draw on your free spirit to remove all hindering effects on yourself.
FINDID(i_rune_CLUMSY).REMOVE
FINDID(i_rune_FEEBLEMIND).REMOVE
FINDID(i_rune_WEAKEN).REMOVE
FINDID(i_rune_paralyze).REMOVE
FINDID(i_rune_paralyze_field).REMOVE
FINDID(i_rune_CURSE).REMOVE
FINDID(i_rune_MASS_CURSE).REMOVE
ELSE
I.SYSMESSAGE=You are not a Human.
ENDIF

Thanks!

I'll work on the cooldown for it now.
08-11-2015 08:48 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes gergecoelho's post
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)