Jump to content

Eternity

Members
  • Content Count

    121
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Eternity

  1. Not sure what you want to say, but I asume you want only your VIP's to be warped? either check for normal players and exclude them (default groupID 0) if(.active == 1 && (getgroupid() != 0)){ or check if they have your VIP Group ID OnInit: bindatcmd "autores", strnpcinfo(0) +"::OnAtcommanda", 14, 99; bindatcmd "autorescheck", strnpcinfo(0) +"::OnAtcommandb", 14, 99; .vipgroup = 4; // Group ID for VIP end; if(.active == 1 && (getgroupid() == .vipgroup)){ I'm sorry if its not clear. Thanks for the script post. However i want something for a specific char only not global character.
  2. I plan to make a stable pre-release once I finish the installation stuff I've been working on. Once you have a "Stable" way to install the panel that might be a good time to release a pre-release. Jguy, i was wondering if there is an possible to have for rAthena or only exlusively for Herc? I can charge for this or we will meet at downtown or my place in Chicago i live in Jefferson Park.
  3. @Ridley Good script! useful for other events and instances. Anyways, what if i will set only for an accout not global (for everyone). i will use this as for VIP.
  4. @@Haru @@Jman i guess, u guys would probably released a new cool content maybe you'll support higher client.
  5. Oh god @@Ind, please come back now. we've been waiting for your project to be officially released.
  6. Yeah, your right. i always check their commits however its been 2 weeks no more commits. Probably (no offense) i'm afraid this will be the next eAthena.
  7. I believe those ".c" files located in NPC folder should be in ".txt", and before loading those scripts don't forget to add the "statusmes.c" in plugins folder.Statusmes is in debug.c as you can see it. And also i added it manually in src/ instead of plugin.Maybe i should re arranged the format
  8. Its weird. But let me re-try again. Thank you.
  9. @@raPalooza~ i just wanna say 'THANK YOU' very much and i appreciated your contribution on this community. You did a great job on this cursor. Thank you again
  10. Is it working with exact formula for Based: 255? I attempt to try this but my formula is always fail.But let me try again.
  11. @@raPalooza~ This guy is simply amazing! Hopefully you could released also with cursor modification. Thank you
  12. @@Kubix I have encounter errors on latest Hercules Git Hash 93a2c73. I'm not sure if this error is the functions. Although i added them correctly. I priority the 'Return.c' before load other scripts. Script: Map Console: PS: don't mind with the [WARNING] its not part of your script.
×
×
  • Create New...

Important Information

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