Jump to content

Fatalis

Members
  • Content Count

    90
  • Joined

  • Last visited

Everything posted by Fatalis

  1. i got some problem switching ra to hercules look at the debug check the character_slots is on login? but i don't have character_slots on login i have on char check this https://github.com/HerculesWS/Hercules/commit/889a866e92a6c50f8a085e9c99001a9373830f44
  2. Can anyone Please Update this Extended Vending System by Lilith on hercules im getting error http://pastebin.com/raw.php?i=a9Dhp4ue please
  3. It's nice if you add a @channel ban <channel name> <name of char> and @channel banall <name of char> [ he will get ban all channels and can't create a channel also] ofcourse @channel unbanall/unban Very interesting. indeed it lacks the ability to kick/ban, that'd be nice. is the channel system is now fully working? no crash? cuz last time i use it it getting my server crash
  4. It's nice if you add a @channel ban <channel name> <name of char> and @channel banall <name of char> [ he will get ban all channels and can't create a channel also] ofcourse @channel unbanall/unban
  5. im using 2012-04-18. the other player who see the font color will get the client gravity error[ don't send ]
  6. i don't know if i'm the only one who getting this problem use 2 client. login 2 account then try to type @fontcolor <color> then try to speak the one will get DC hmm.
  7. it makes use of the existent config on chat delay if (battle_config.min_chat_delay) { if (DIFF_TICK(sd->cantalk_tick, gettick()) > 0) { return; } sd->cantalk_tick = gettick() + battle_config.min_chat_delay; }as for your other suggestion im not sure the benefits, can you elaborate o-o? where i gonna add this?
  8. yup like allies but using a variable example im on a map then there will be a monster there [ my variable is ron value 1 ] if the monster have the same value i can't attack or can't attack me then if the monster there is Value is 2 then my value is 1 i can attack or attack me like a faction monster
  9. is this possible? mob with variable like bg_monster if player point out is mouse on mobs with the same variable he can't attack it?
  10. im planning to switch on hercules i have a little question is hercules support pre-renewal?
  11. ayay I'm wrong..hahaha..yup your right...weediffs plugin is only for client side features manipulation..for getting the mac address you need an external dll or program.. i have found some source but i don't know how to apply this. Here credits: eikasia [author]
  12. i think that's a md5 hash check right?..
  13. how can i do the ban mac?? and how can i get their mac?
  14. hope someone make a weediff plugin's that support getmacaddress
×
×
  • Create New...

Important Information

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