Jump to content

Whimmyd89

Members
  • Content Count

    4
  • Joined

  • Last visited

About Whimmyd89

  • Rank
    Newbie

Profile Information

  • Gender
    Not Telling
  • Emulator
    Hercules
  1. Because the label is executed on all maps when player enters, if you want an exclusive map you have to add an codition like OnPCLoadMapEvent:if (strcharinfo(3) == strnpcinfo(4)) showevent QTYPE_QUEST,1;end;
  2. Its bit unnecessary modify source code for that, you just need to put a "next" before use menu commands. This "problem" as you say only happens when you use "select" or "menu" right after "mes". But anyway, this command can reduce some lines of code.
  3. You need to add the item's slots in your client. I think for old hexeds is in data/itemslotcounttable.txt, and for new hexeds is in system/itemInfo.lua
  4. set .@time, gettimetick(2);if(next_use_tick > .@time) { set .@diff_tick, (next_use_tick - .@time); mes "You can talk to me in "+(.@diff_tick / 60)+" minutes."; close;}set next_use_tick, .@time + (5 * 60);mes "Hello!";close;
×
×
  • Create New...

Important Information

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