Jump to content

Hanashi

Members
  • Posts

    107
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Hanashi

  1. sorry but i cant find this part i tried my best looking for this bluish highlight
  2. how to change the highlighting color...
  3. ok delete this pointless post you were saying and i'll stop the polling and i did found out with those hints and @Secrets you are telling me right now XD
  4. im sure your athan i know from elsword XD

    former SDS,GoD here (OwO)/

    1. Athan17

      Athan17

      hehe, yep your damn right XD

      and yeah i remember you, we never teamed up but we always clash on pvp specially on 3v3
      whats up AshliHanna? still playing elsword?

    2. Hanashi

      Hanashi

      nah i got bored ,tired gave up my account and here i am developing stuff just for a hobby ^^

  5. 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
  6. 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
  7. nevermind i found it already =,=...(i just search stuff on github) here is the answer: under: rathena/src/map/clif.h change this line: MAX_PACKET_VER = 55, to MAX_PACKET_VER = 56,// or what version you like
  8. how to increase packet db table like i want to add another packet and use packet version 56 and so on and so for?
  9. ???Ⓤⓟ|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
  10. no error tho but i haven't tested it yet
  11. can anyone check my code if i did it right? (disregard the MAX_LEVEL 999)
  12. banning doesnt clear mysql database which i prefer cleaning it than banning with those useless info stuck on database
  13. how to kick any online character of a certain account and delete the kicked account?
  14. can i request for import custom skills if its possible like in custom @commands (atcommand.inc and atcommand_def.inc) reason:for the sake of having no conflict in updating rathena and keep the source file organize :3
  15. 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%
  16. how to check if player(x) use a skid trap and get the location of player(y) that got hit by a skid trap and show location(viewpoint) of player(y) to player(x) who set the trap?
  17. how to select remove all inventory items from the database and change group id of a certain account using sql script?
  18. Hanashi

    R>@account

    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
  19. already done lmao it has nothing to do with my custom command i just fix the boolean codes of pc_getitemfromcart
  20. ok so i'll just add return 0; or return -1 in each line or something?
×
×
  • Create New...

Important Information

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