What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

{nooby} few questions

brainAbuddy

Active Member
Joined
Aug 12, 2010
Messages
2,180
Reaction score
11
heey
1,
i want to make an plugin that its talks when you drink/eat.
i want to make it becease IB2 comes in the next 30 days and in IB1 its doen't working

2,
if i want to check if i have an debuff do i still need to do Me.HasAura("Debuff")
 
heey
1,
i want to make an plugin that its talks when you drink/eat.
i want to make it becease IB2 comes in the next 30 days and in IB1 its doen't working

2,
if i want to check if i have an debuff do i still need to do Me.HasAura("Debuff")
1. just look for the "eating / Drinking" buff, and react to that, its going to take some special code so it wont keep spamming text.
the feature should be in dungen buddy, just wait, and im sure it will be included.

2.yes basicly.
 
ok thanks and how do i get class name?? like

if class = shaman then
cast spell (ghostwolf
elseif class = hunter then
cast spell =sum pet1
end if

P.S yes i knowe this is VB but its for explain only :3
 
I guess you are still using notepad++? It's great and all, but I think you would really benefit from using visual studio. Download visual c# express. it has intellisense so you can scroll though the properties of objects. What you want is going to be something like Objectmanager.me.class.

If you want, look through any of my CCs. They are not very sophisticated. Take what you need from them and learn stuff.
 
i use visualbasic
but i wawnt to amke an plugin not an CC
 
Visual basic is a must for plugins too.. Not only CCs
 
Back
Top