Jump to content

Hanashi

Members
  • Posts

    113
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Hanashi

  1. if disabled packet encryption is not checked

    make sure your packets keys are the same on db\packet_db.txt

    change this line:

    packet_db_ver: default
    packet_keys_use: default

    to

    packet_db_ver: 45
    packet_keys_use: 0x7E241DE0,0x5E805580,0x3D807D80

    make sure your this three packets are the same with 3 packets on your diff

    7E241DE0

    5E805580

    3D807D80

    if disabled packet encryption is checked

    under \src\config\core.h

    comment this line:

    #define PACKET_OBFUSCATION
    //#define PACKET_OBFUSCATION

    then recompile your server

    • Upvote 1
  2. as i see on your date post you visit and made judgement while im still updating my channels and making adjustment there where feeds back then but i deleted cause its not neat to look at it and second they are not allowed to ask on my channel "it is just a feed giver" and i will add some rule if their post didnt get noticed on rA they should ask it on rA's Discord not on my channel

    ???Ⓤⓟ Update:

    • Removed Visible Bots
    • Removed all unnecessary role
    • Webhook Usage Feature
    • Disabled Auto-Self Assigned Role
    • Fixed Channels
    • Description/Comment Feature
    • 5~15 min time feed interval
    • gets 100 feed per month on respective sites
    Quote
    
    Quote your Codebox script cause 1 message on discord has a limit if you want your post get notice on my discord channel

    or any messages that has long messages in which are not necessary to get filled up on feeds please quote it thank you

     

  3. gitup.png???Ⓤⓟ|Discord

    "your reliable ragnarok notifier"

    a Discord rss feed server with self assignable role which it help users and developers don't get feel left behind and get updates on respective site especially support area like latest post issue on script support etc.etc. . . it also helps mobile users on getting direct link to the respective sites 

    take a peek first before you comment here's the link: https://discord.me/gitup

    (and also looking for atleast 1 and maximum of 3 representatives of every RO related site from rAthena,Hercules and Midgard Community)

    thanks to alexandru for making this possible:D

  4. On 11/29/2016 at 6:13 AM, Nitrous said:

    Why not just ban the account?

    On 11/29/2016 at 8:39 AM, Neffletics said:

    I had this question in my mind too. Yea, why not?

     

    banning doesnt clear mysql database which i prefer cleaning it than banning with those useless info stuck on database

  5. case 3:	// 1000 damage, random armor destroyed
    					{
    						status_fix_damage(src, bl, 1000, 0);
    						clif_damage(src,bl,tick,0,0,1000,0,DMG_NORMAL,0,false);
    						if( !status_isdead(bl) ) {
    							int where[] = { EQP_ARMOR, EQP_SHIELD, EQP_HELM, EQP_SHOES, EQP_GARMENT };
    							skill_break_equip(src,bl, where[rnd()%5], 10000, BCT_ENEMY);
    						}
    					}
    					break;

    in case 3 of CG_TAROTCARD it doesnt show that it will not break the equip items of enemy if its unbreakable ...

    so im requesting for skipping break  equip for unbreakable items :3

    nvm found the solution

    solved: 

    bonus bUnbreakableGarment,n;        Garment cannot be damaged/broken by any means (n is meaningless)
    bonus bUnbreakableWeapon,n;         Weapon cannot be damaged/broken by any means (n is meaningless)
    bonus bUnbreakableArmor,n;          Armor cannot be damaged/broken by any means (n is meaningless)
    bonus bUnbreakableHelm,n;           Helm cannot be damaged/broken by any means (n is meaningless)
    bonus bUnbreakableShield,n;         Shield cannot be damaged/broken by any means (n is meaningless)
    bonus bUnbreakableShoes,n;          Shoes cannot be damaged/broken by any means (n is meaningless)
    bonus bUnbreakable,n;               Reduces the break chance of all equipped equipment by n%

     

  6. simply it creates account and add them to the sql database

    @account <userid>,<user_pass>,<sex>

    it still checks the following:

    *must be 4 or not more than 50 character length in userid/user_pass

    *only accepts alphanumeric key

    *doesnt accept if the userid already exist

    *doesnt accept if the gender is not M/F

    *[email protected] should be the default email

     

    purpose: easy access,monitoring,allowing only few staff to create account

×
×
  • Create New...