Jump to content

Sapito Sucio

Members
  • Posts

    172
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Sapito Sucio

  1. This commit breaks BG extended :C Fixed some packets for 2022 clients (#7276) · rathena/rathena@fa4666d (github.com)
  2. Try changing packetver & client What those commands do? Neither of them logs me out, my packetver is 20211103
  3. Now I feel dumb, you're so right XD, Thank you Keinetai ♥
  4. Simple but amazing concept, I have always been troubled with keeping up with resistences I've got by items or cards. I actually went trough the diff file and pasted all the code on the /src/custom folder I learnt about with your Delay System and it works all gucci I did some testing and I just noticed one thing. The Strong Shield [1] gives you endure-like effect but every source of dmg I receive is amplified 20%, I put a Thara Frog Card on it, which as we all know, it give us 30% resistance against demi-human, in theory I should have 10% demi-human resistence, after the -20% of resistance the Strong Shield takes away from me. But the command is returning me off values. or not ?
  5. Thank you for the update, Keitenai! I found some little "problems", tho Asides from the fact that It doesn't let me apply the patch with git apply as any other diff file The Diff is repeating chunks, specifically the skill_delay.conf and skill_delay_castle.conf. Also, there is a variable to show (or not) delay time but it's not available on the conf files, you would need to place it manually Other than that, it works amazing, thank you again @Keitenai
  6. Maybe this cydh/dp2ra: Convert Divine Pride item json-fetched info to rAthena database files (github.com) or latiosu/dp2rathena: Convert Divine-Pride API responses to rAthena YAMLs (github.com)
  7. The concept sounds really good
  8. Replace (map[m].flag.gvg_castle || map[m].flag.gvg_te_castle) to (mapdata->flag[MF_GVG_CASTLE] || mapdata->flag[MF_GVG_TE_CASTLE])
  9. If you want a quick and dirty fix, you could delete that line on msgstringtable.txt
  10. Some maps are being upgraded and old clients cant read them, maybe it's your case
  11. Yo estoy usando el 2021-11-17 y todo va de lujo
  12. Yeah, it doesn't work, it doesn't even load the DB files for me ?
  13. Did you update the PACKETVER ? #define PACKETVER 20211103
  14. its never late to explain how to fix things, thx
  15. Try this announce ""+strcharinfo(0)+" "+BaseLevel+"/"+JobLevel+" "+jobname(Class)+" : is looking for Party Members",bc_all,0xFF5500;
  16. it says 0b but the download goes through anyway? does it patch ok?
  17. Hello there, basically title. I just set up the web service from vstumpf/rathena and I got the emblems working, but when I click on the Twitter button nothing happens, the console is not showing anything, so I suppose is client's fault, no? :c 2021-11-17_Ragexe_1637052357_patched_UiKX8fJNt1.mp4 this is the ExternalSettings_kr.lub AssistAddr = "192.168.0.195:8888" ----------------------------------------- -- Old client compatibility [Secret] -- (Just change the "AssistAddr" to your IP) ----------------------------------------- Url = { TwitterUrl = 'http://192.168.0.195:8888' } AccountLinkedUserDataUrl = { Save = 'http://192.168.0.195:8888/userconfig/save', Load = 'http://192.168.0.195:8888/userconfig/load' } TwitterDataUrl = { Auth = 'http://192.168.0.195:8888/twitter/user-auth', Upload = 'http://192.168.0.195:8888/twitter/upload' } EmblemDataUrl = { Upload = 'http://192.168.0.195:8888/emblem/upload', Download = 'http://192.168.0.195:8888/emblem/download' } I have searched over here, hercs and google but I don't seem to find the solution
  18. You're looking for this option on WARP I don't suggest you going below 100, if you talk to a dialogless npc the player character will walk towards the NPC.
  19. Sorry but Thor it's like almost 10 years old or more, then the https connections were not like a standard thing like nowadays. Thor can't handle https, just like that, you need to drop https support in your patch hosting in order to thor to connect to the URL, I just figured it out like a day or two. For example, svn.code.sf.net/p/froggyro/patches/plist.txt, as you can see it's not a secure connections (https), thus my thor can reach to this point and continue. If you don't want to drop https then you need to change patcher, I can recommend rpatchur, It handles both https and http and it uses thor patch scheme
×
×
  • Create New...