Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What do you think?
#1
Good idea. I'm not liking that LOTR windows look thougg
Reply
#2
where'd ye get it? I'd love anything over my stock vista theme.
Reply
#3
Save it to them directly XD?
Reply
#4
The only thing that has really ticked me off in the past is a perfect TNL bar (without packet spamming) - could never get that perfect >_>
Reply
#5
That is similar to what I did to display chars on the UseCharacter form. I just edited the sendchar packet that is sent whe you log on. Re-using code is more efficient, also.
Reply
#6
With my TNL bar, I just have it send the player's XP when they kill something, level, or they receive XP in one way or another.
Reply
#7
Perfekt Wrote:With my TNL bar, I just have it send the player's XP when they kill something, level, or they receive XP in one way or another.

Same here. It's very effective and I'd hardly call it packet spamming.
Reply
#8
That's what I mean, there are so many instances where a player could potentially receive experience it takes ages xD
Reply
#9
EPIC BUMP

Code:
Sub SetPlayerExp(ByVal Index As Long, ByVal Exp As Long)
    Player(Index).Char(Player(Index).CharNum).Exp = Exp
    SendExp (Index)
End Sub


Ezpz solution for all yer shitty problems. (Except login)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)