Jump to content

Keitenai

Members
  • Posts

    85
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Keitenai

  1. trunk\src\config\core.h look for : #define PACKET_OBFUSCATION disable it: // #define PACKET_OBFUSCATION
  2. Im using the current rathena revision, with 20130807 client. everytime i warp in, or login, the view or Robe sprite disappears from other player's View point. hope you can help me solve this mystery. Thanks
  3. nanakiwurtz i test your shortened script, but doesn't loop every 20mins. it only announce 20mins after reloading NPC then it wont announce again. Ciel Phantomhive As Chaos 32 said, you just need to put this inside NPC folder then load it
  4. Hello everyone, Im new to this forum, and Rathena helped me learn some development stuff, so i would like to share some to show my gratitude. Though im not sure if this is the right section for this. Here's a simple automated server announcement: - script ServerAnnouncement -1,{ OnInit: initnpctimer; end; OnEnable: initnpctimer; end; OnTimer1200000: //every 20mins stopnpctimer; announce "Feel free to use @request if you have any concerns regarding the game.",bc_all,"0x70dbdb"; donpcevent "ServerAnnouncement::OnEnable"; end; }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.