Jump to content

Hanashi

Members
  • Posts

    113
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Hanashi

  1. if its complicated im still up for it as long you guys can explained it
  2. is it possible to change the bitmap file of login background into any format like apng or (anything better than gif that can be supported )if its yes how? ?
  3. https://mega.nz/#!Zcdk2C4L!z9SkS36VGhJWAaxD9cRf1sVhgC9I6gMm0k6Cld-lYOQ ahh this one... the one you fixed it from
  4. sorry but i cant find this part i tried my best looking for this bluish highlight ?
  5. how to change the highlighting color...
  6. 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
  7. 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 ^^

  8. 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
  9. 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
  10. 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
  11. how to increase packet db table like i want to add another packet and use packet version 56 and so on and so for?
  12. ???Ⓤⓟ|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
  13. no error tho but i haven't tested it yet
  14. can anyone check my code if i did it right? (disregard the MAX_LEVEL 999)
  15. banning doesnt clear mysql database which i prefer cleaning it than banning with those useless info stuck on database
  16. how to kick any online character of a certain account and delete the kicked account?
  17. 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
  18. 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%
  19. 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?
×
×
  • Create New...