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

BugSICK

Members
  • Posts

    703
  • Joined

  • Last visited

    Never

Everything posted by BugSICK

  1. what exit sub should i put this?? the first one or the second last one?? ``` HandleDataSub(SNPCCache) = GetAddress(AddressOf HandleNPCCache) ``` this code should be in client and server " modEnumerations.? ``` SNPCCache ```
  2. thanks this is what i need. thanks for the help. i dont test it but its a big help/ +1 credit ^^
  3. my friend i dont know :sad:, any screenshots??? huhuhuh. ok i will figure it out. give me a min. edit: its MapNum = 1
  4. wow nice thank you, what command should i click or type in chatbox to make the image appeared because i dont see buttons or commands. thanks i will try this now.
  5. did understant what you mean. but heres the code in sub handlenpccache ``` Private Sub HandleNPCCache(ByVal Index As Long, ByRef Data() As Byte, ByVal StartAddr As Long, ByVal ExtraVar As Long) Dim Buffer As clsBuffer Dim PIndex As Long Dim MapNum As Long Dim npcNum As Long Dim i As Long Set Buffer = New clsBuffer Buffer.WriteBytes Data() MapNum = Buffer.ReadLong npcNum = Buffer.ReadLong Map.Npc(npcNum) = Buffer.ReadLong MapNpc(npcNum).num = Buffer.ReadLong SaveMap (MapNum) Set Buffer = Nothing End Sub ``` also im concerned about what i put in number. 1 is the NPC number. did i put it right??? ``` 'create the pet for the map Map(PlayerMap).Npc(PetSlot) = 1 MapNpc(PlayerMap).Npc(PetSlot).Num = 1 'set its Pet Data MapNpc(PlayerMap).Npc(PetSlot).IsPet = YES MapNpc(PlayerMap).Npc(PetSlot).PetData.Name = GetPlayerName(index) & "'s " & Npc(1).Name MapNpc(PlayerMap).Npc(PetSlot).PetData.Owner = index 'If Pet doesn't exist with player, link it to the player If Player(index).Pet.SpriteNum 1 Then Player(index).Pet.SpriteNum = 1 Player(index).Pet.Name = GetPlayerName(index) & "'s " & Npc(1).Name End If ```
  6. light i have this problem. client and server runs good with pet installed. but when i logout and log-in again i get this error. ![](http://www.freemmorpgmaker.com/files/imagehost/pics/920962fd19c483a943a59cfa0a2384b5.png) ![](http://www.freemmorpgmaker.com/files/imagehost/pics/c36238a897c3150dab6c8e103edc3fc9.png) did i miss something???
  7. thanks the code light, i was confused which code i will start in. :mad:, can you add a pet loot? a looter pet.
  8. @Bloodmyst: > I didnt leave any timers in the script so this shoulnt be happening. I tested it out in my client and it lasts aslong as you dont call Sub ClearImage. because i am planing putting an image with a command. example i write the command /open then an image will pop-up then will be close in 3 secs. how will i do that?
  9. BugSICK

    VB6

    thanks, is the link broken?
  10. BugSICK

    VB6

    morning. this is very basic that i dont know. whats the code for spacebar and Enter in vb6? thanks.
  11. i will add this on my game but i have some questions. on a click command like a button or the "/" command, when i clicked the button the image will appear in the picsreen then it will disappeared in like 3 secs. like blood it appeared when npc is killed then disappeared in sec. ** im not a coder :mad:
  12. @Hamster: > Well, considering it's under DrawPlayerName, and it uses GetPlayerLevel, no. i know that. what im mean is that can this be applicable to NPC changing from player to npc stuff.
  13. does this works in NPC?
  14. thanks again for the reply richy. change the question numb 4\. how to use shop? because mine is not working :mad: by the way richy do u know how to change the color if the player are in the party?? [http://www.touchofdeathforums.com/smf/index.php/topic,69121.msg744154.html#msg744154](http://www.touchofdeathforums.com/smf/index.php/topic,69121.msg744154.html#msg744154)
  15. 1\. when new player account created how can i edit its respawn point in vb6? 2\. death respawn point how to edit. Map X and Y axis. 3\. whats the use of endurance and will power in the player stats? 4\. shop not fix cant but the item. or i just cant figure it out. 5\. whats the use of the bank? how to use it? i use the attribute bank it just pop the bank image. thanks for the replies.
  16. @LucianL.: > o.0 this is weird how come its weird??
  17. http://www.youtube.com/watch?v=v_VkLAjHLWE watch at 1:09 how he shift to eclipse site ^_^. someday he will be addicted to eclipse just like me.
  18. any farther comment on this thread? cant try it right now. :sad:
  19. ^ if yes what is your level and PM me i have something for you to trade, :embarrassed:
  20. wow, i never tried this yet, but this is what im looking for. thanks
  21. thats ok, can you send me the psd file? thanks again
  22. wow this is nice very very nice, thanks again lightning, i have a suggestion can it possible 'a pet get/pick item drops?
  23. yes i want please, but i dont have photoshop, im just using this site [http://pixlr.com/editor/](http://pixlr.com/editor/) does it work??
  24. this game looks like iphone "across ages" very nice.
  25. wow didnt expect this much. what can i say??? i think i just won an oscar lol, i will use all design posted, all are credited. thank you so much.
×
×
  • Create New...