Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Dawntide

Members
  • Posts

    248
  • Joined

  • Last visited

    Never

Dawntide's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Do this tutorials work in eclipse 2.3 event system?
  2. This tutorial is bugged like all tutorials of deathbeam
  3. Will this work in Files and Dirs: ![](http://s1.directupload.net/images/120901/8msgq8fr.png) I already got the dll so i do not know if it does/will work^^
  4. hi guys, how can i create a setup which registers the runtime files of eclipse and several dlls of mine? thanks in advance!
  5. How to change sprite with admin cmd button in 2.3?
  6. Dawntide

    Set Sprite

    hi, i want to change the set sprite in the admin window so i can target a player or enter his name and change his sprite. thanks for your help1
  7. Soul it is not working. MAX_LONG was undefined, i defined it in modConstants server side. I am getting the overflow error at picking up currency from map, so how to fix it? If i paste the same code into "Sub PlayerMapGetItem(ByVal index As Long)" i get undefined ItemVal error
  8. How many threads do you plan to open? I think one is more than enough. Use the answers in the last thread!
  9. Dawntide

    NPC Check

    Hi, I want an action to take place when the player kills a certain npc. how to check if the killed npc is npc number X? thanks in advance!
  10. I recommend using another updater. There are simpler updaters with more options and you can customize them without hardcoding. But nothing against Joyces updater!
  11. Dawntide

    Bind Bug

    There is nothing to fix because as far as i know this feature was never implemented.
  12. Subscript out of range runtime error at ``` If Item(Quest(QuestNum).Task(ActualTask).Item).Type = ITEM_TYPE_CURRENCY Then ``` When i talk to an NPC which wants an item for me to complete the quest.
  13. Dawntide

    Number keys

    hello, i changed the source code so i can you number and f keys: ``` ' hotbar For i = 1 To MAX_HOTBAR ' Number keys If KeyCode = 48 + i Then SendHotbarUse i ' F keys ElseIf KeyCode = 111 + i Then SendHotbarUse i End If Next ``` The f keys are working fine, but the number keys only work from 1 to 9, what are the other 3 keys for the f10 f11 and f12 spells in the hotbar? how to change them so it uses 1-9, 0, ? and ´
  14. Dawntide

    Level Up bug

    Hi, I am trying to fix the level up bug. When you are at max level the level up animation is showing up after every kill and the EXP ActionMsg shows up too. How to stop that? thanks in advance!
×
×
  • Create New...