[RotMG] creating packets. (#5)

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Hi, this is part 2 of 3 for creating a stat incrementing system, this video covers creating a packet and adding it to both the server & client. Next video will cover creating UI that you can interact with and actually utilize the packet.
    betterSkillys: github.com/run...
    my discord: / discord

КОМЕНТАРІ • 1

  • @moon-runes
    @moon-runes  20 днів тому

    So I never actually built the client upon finishing this video. In IncrementStat.as you are going to want to replace the first line with the following:
    package kabam.rotmg.messaging.impl.outgoing {
    after that point, you go back to GameServerConnection.as and press Alt+Enter where it says IncrementStat. (in the mapMessages function)