Jump to content

Coleman

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Coleman's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I tried this code out, while useful, it seems to only "tap" the back button, I did reproduce the range calculation being off though...
  2. Are you walking away by doing the "button press" logic that move during combat plugin does? I had problems with that and the refresh rate of the calculation of target distance before.
  3. How does it work without the spell on the action bar?
  4. I want to use reaplers DB in the custom quest code (build dll), if I use fully qualified class names, I still get a reference error when running the custom code, if the .dll is in the bin folder, will I have access to it? for example, in my quest code I have this line: DatabaseManager.Filter.CreatureFilter killList2 = new DatabaseManager.Filter.CreatureFilter { ContinentId = (ContinentId) Usefuls.ContinentId, Name = "Mindless Zombie" }; I get the error: The type or namespace name 'DatabaseManager' could not be found (are you missing a using directive or an assembly reference)... How can I fix this? Edit: It's not an error in visual studio or the IDE, it's at runtime in Wrobot
×
×
  • Create New...