Jump to content

PokemonRO

Members
  • Content Count

    39
  • Joined

  • Last visited

Posts posted by PokemonRO


  1. What you want is in the realm of possibility, however; there may be some limitations to how you do it.

     

    1. Creating an NPC that imbues your weapon with a specific element

     

    2. Attaching a pre-existing specialeffect that can be found in the effect_list.txt

     

    So for instance, you imbue your weapon with holy element, find an appropriate effect that could possibly show that they have holy weapon element enchanted. While it does not show right on the weapon itself, the effect on the character can possibly show you are using holy element.

     

    For this to work, you would need a custom auraset command that allows you use effects as an aura. Everytime you use the NPC to change your element, it would change the aura around you. 

     

    This is probably the closest thing you can get to what you are looking for


  2.  

     

    set PC_HATE_MOB_SUN,0;set PC_HATE_MOB_MOON,0;set PC_HATE_MOB_STAR,0;

    The only way to Hatred reset from what I know is through an NPC.

     

    You could use a bindatcmd feature to make it into a command, just note that doing it this way requires a player to log off and back on for it to reset properly


  3. MAC Ban NPC

     

    Here is a Mac ban NPC. Credits to Goddameit for the original codes and the idea. I altered it to apply for Mac addresses instead. 

     

    CREATE TABLE IF NOT EXISTS `mac_ban` (  `list` varchar(18) NOT NULL,  `ban_reason` varchar(255) NOT NULL default '',  `unban_reason` varchar(255) NOT NULL default '',  `status` tinyint(1) NOT NULL default '0',  `ban_id` int(11) unsigned NOT NULL default '0',  `unban_id` int(11) unsigned NOT NULL default '0',  KEY `list` (`list`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;

     

    Here is the script

     

    http://pastebin.com/raw.php?i=rRsaK97t


  4. @Tepoo Again, if you have nothing to contribute to this topic for MAC Addresses, take your stuff to off topic and stop spamming this thread.

     

     

    I have figured out how to get the Mac Address check to work for 2013-08-07 clients, with hercules svn 13127 or newer. Please PM me if any of you are having problems getting it to work, I will be more than happy to help you.

     

    I will be releasing a get mac address npc script as well in the future.


  5. Alright, move to a diff country, run your ro server in peace and for the love of god, stop hindering this topic with your bs, linking us to a Wikipedia page with the definition of privacy law, lmfao.

     

     

    Back on topic, with a 2013-08-07 client, even with sso login diff it does not work, tested on 2 live servers with svn 13127. Anyone with knowledge on the packets they use, are they incorrect? there are reports of the older client versions working with Rolex launcher and login diff. I will try to change the packets it calls for and keep this post updated if I get it to work on the 2013-08-07 client


  6.  

    In germany it's only forbidden to save the ip, if you also save data that allows you to look up the identity of the user for the ip.

    But if the user allows it, then even that is not forbidden.

     

    Almost all forums and websites with a login save the ip and account combination and none of the sites got in any trouble.

    The same goes for sites that log the ip without any user information.

     

    an Ip Address is a person information. In Germany its this information is secured by the Privacy law if you get a judge and a lawyer who is not a friend of this sort of data saving you are fucked. Dont tell the people here its allowed as it is not!

     

    Why would you provide a link for wikipedia? Every country has its own privacy laws but there is no mention of Germany specific privacy law in that link. You are saying that if a Germany player logs into an American RO server, they are not allowed to save that players IP and Mac address? So you are going to get a lawyer and a court order to extradite an American citizen back to Germany to be upheld in court for breach of German privacy laws on an American hosted VPS? 

     

    Good Luck!


  7. In germany it's only forbidden to save the ip, if you also save data that allows you to look up the identity of the user for the ip.

    But if the user allows it, then even that is not forbidden.

     

    Almost all forums and websites with a login save the ip and account combination and none of the sites got in any trouble.

    The same goes for sites that log the ip without any user information.

    +1

     

    Also the diff does not work for me on the live server I run.

×
×
  • Create New...

Important Information

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