Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Buff

Elite Diviner
Joined
Sep 12, 2020
Messages
442
Reaction score
224
Does anyone know the command to give yourself a buff ingame?

Sorry to say i still have not figured that out ?


Say i want
[h=1]Peak Level I - ID 626026[/h]
how do i send a command to game to give it to me ?
 

fht

Newbie Spellweaver
Joined
Dec 8, 2016
Messages
53
Reaction score
59
Code:
local BuffID = 626026
AddBuff(OwnerID(),BuffID,1,-1)

Explanation: AddBuff(targetID, buffID, visibility [buffs can also be invisible], time)
 
Upvote 0
Elite Diviner
Joined
Sep 12, 2020
Messages
442
Reaction score
224
thanks fht

whats the command for in game as a GM ?

I found this

? spellMagic <targetId> <skillId> - haven`t tested yet, but that should obviously cast magic


and tryed it in game but not sure whats its asking for.. Ill try to get my toons targetID there might be a command to show it

ok it does work in game

? spellMagic 6(DBID) 493509(SKILL ID ones that work with the toon, NO item needed)

you can get DBID ingame from the command
? Who
as for the skillid i went too
 
Last edited:
  • Like
Reactions: fht
Upvote 0
Back
Top