Jump to content

Haruka Mayumi

Members
  • Posts

    485
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Haruka Mayumi

  1. I'm looking for a NEMO or better WARP patch to change the directory to read the .spr file of a robe/garment act.. New Clients such as 20200902 can use another directory to read the sprite of an act file. The image below shows you that .act and .spr are in the same directory. While on new clients.. the act and spr can be separated. Image Shown Below: 1. Sprite directory/path 2. Act directory/path So, the goal on this request is to make a patch to read the sprite from the another directory such as the Image shown for valkyrie wing.. Why need this for old clients? As we know, .spr can be more than 100kb+[Some custom can go 1mb+] , with the help of only reading 1 sprite file for the robe/garment.. we can lessen (125 * .spr size) for the grf. I saw the there are 2 path for robe in 20200902 client while there's only 1 path on older clients. i saw this through a hex editor. Hoping that Neo, 4144 or Functor could help on this. ?
  2. \trunk\npc\warps\cities\morocc.txt //morocc,160,183,0 warp moc002 2,1,moc_castle,94,181 This is before episode of destruction of morocc. he can enable it on warps + npcs + maps_athena.conf
  3. Since i'm lazy to read the whole content and just saw this.. I will answer only this one. you can do it by adding a variable to the player which contains timestamp ?
  4. Moved to appropriate forum. You can use the Report Post so we can immediately see it. Thank you~
  5. There's already a command for this.. Here's the Link.
  6. Did you add it as headgear?.. better edit it.. if you add it as garment/robe.. then it's layer issues depends on your client version as @Panic says..
  7. Well. There's GitHub desktop which is very useful for beginners because of it's friendly interface.. Base on my experience there are only few commands on git bash that are not visible as interface in GitHub Desktop.. Although i mostly use git bash on my workstation. i also use github desktop to easily view the comparison of my changes.
  8. https://github.com/rathena/rathena/blob/35702c62c2c0c444a2eaa24df3f6d2cb3364ffae/npc/guild/agit_main.txt#L125 addrid an IF condition then use warp.
  9. Do you have any source modifications that might cause this?..
  10. you probably turn this off from conf/battle/player.conf // Revive dead player while warping? (Note 1) revive_onwarp: yes
  11. data>luafiles514>transparentitem>transparentItem.lub add another line before { 0, 0, 0, 0} { YOURGARMENTID, 255, 255, 25500 }, EDIT: just a note, make sure that you followed the guide for custom garments because it's very different for headgears.
  12. case 3: // THE HIGH PRIESTESS - all buffs removed { if(!status_isimmune(target)) status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); break; } skill.cpp#L4583
  13. if( rnd() % 100 > skill_lv * 8 || status_isimmune(bl) || skill.cpp#L9224
  14. hmm. i'm not really sure if i understand what you want.. but this is what was on my mind.. and this is the effect of the script https://streamable.com/yrb1be
  15. 501,Red_Potion,Red Potion,0,50,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ specialeffect2 EF_HEAL3; sc_start2 SC_L_LIFEPOTION,3600000,-3,10; },{},{}
  16. specialeffect2 EF_HEAL3; sc_start2 SC_L_LIFEPOTION,3600000,-3,10;
  17. i'm not sure if this is what you are looking for.. maybe more info? conf/battle/client.conf // Minimum delay between whisper/global/party/guild messages (in ms) // Messages that break this threshold are silently omitted. min_chat_delay: 0
  18. prontera,155,181,5 script Yumi 94,{ .@aid = getpartyleader(getcharid(1),1); .@cid = getpartyleader(getcharid(1),2); if(!isloggedin(.@aid,.@cid)){ message strcharinfo(0),"Party Leader is Offline"; end; } getmapxy(.@map$,.@x,.@y,BL_PC,.@aid); warp .@map$,.@x,.@y; end; }
  19. @jourdan first check the date the oldest date on your emulator.. then go to https://github.com/rathena/rathena. click on commits.. then go to oldest date of your emulator
  20. you must install secret's web service for 2020 newer clients for now. https://github.com/secretdataz/athena-web-service
  21. @jourdan for god's sake. you have been warned not to make duplicate posts. and you just keep on doing it.. also what you were asking is not mapreg ing phpmyadmin. it was mapreg of src.. for the file mapreg.h, we cannot give you that bbeause there's a lot of version of that. the only way you can fix this is to take the mapreg.h from the source where you took your emulator..
  22. This lord of death script line bonus2 bComaClass,Class_Normal,1; change into bonus2 bWeaponComaClass,Class_Normal,1; Script Command [ Coma ]
  23. // When to re-display the guild notice // Upon teleporting (regardless of changing maps): 2 (official) // Upon changing maps: 1 // Do not re-display: 0 (disabled) guild_notice_changemap: 0 https://github.com/rathena/rathena/blob/master/conf/battle/guild.conf#L56
×
×
  • Create New...