Jump to content

Damian666

Moderators
  • Posts

    1755
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Damian666

  1. 32
  2. 30
  3. 28
  4. its so cool xD
  5. emotes
  6. yeah, the color changes ofcourse, little visual clues like that bring it alive the requirements part will keep count of it, when i finish it up that is
  7. redesigned the questlog window Added rightclick menu on player, we need that to challenge players etc also, most if not all code is finally ported over, now its a "simple" case of bughunting, and adding the missing frm parts >.<
  8. status moves is in yes, well, most of them anyway duno how far that is to be honest, i shifted that work to a other dude way back
  9. working battle, well, sort off xd
  10. yeah sorry, but since your going to work in intersect, i cant help ya
  11. added the basics for now, creating, managing guild, with seperate management panel for it gonna add the map tile and leveling up next.
  12. depends , i think its flat in DB? real is better
  13. Finished Guilds and drag/drop on pokemon roster
  14. k cool, ill try it out, thanx guys
  15. aaah, ok, so its 1x10 etc, gotcha
  16. yeah i know that, but seeying this is for a pokemon game, and they get just 1 exp per wild, and 2 per player battle, it should be ok. what does your I stand for in this context?
  17. lol, no one has replied yet? xd anyway, personally im not for pvp, nor for very quick leveling, leveling is part of the fun, IMHO but pvp in DBZ is natural, so i get that. rest seems nice, well thought tru even. so nothing else i could tell ya just make the damn game allready
  18. s... i am trying to define a fair guild exp list for leveling up. but im having trouble finding a good calculation for it... this is what i have atm: Public Sub LoadGuildExp() Dim I As Long GuildExpList(1) = 10 For I = 2 To 100 GuildExpList(I) = GuildExpList(I - 1) + GuildExpList(I - 1) / 4 Debug.Print("Exp " & I & " : " & GuildExpList(I) & vbCrLf) Next End Sub which is nice on earlier levels, but level 100 is a staggering: Exp 100 : 39876618672 so yeah, any one know of a better way to generate the exp list?
  19. same-ish as this, but i had pokemon trading i think also i had npc/gym battles in
  20. very nice, to bad its in vb6
  21. well, offers stands if your bored, or want to scratch that pokemon itch, im here xD
  22. you guys are welcome to help me out sometimes and yeah crazy, you can, when i got it it running xd
  23. lol, your gonna make one too? fine... then i can shutdown allready >.< i cant compete with you guys xd
  24. most code is ported allready mate, its just frm work mostly now :3
  25. i really need a gfx artist to get my GUI up to speed, any takers? lol
×
×
  • Create New...