Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. have you tried to use the search engine? lots of question regarding on how to fix this issue. make sure you also apply the change in the battle.c https://rathena.org/board/topic/97753-annierurus-koe-script/#comment-267586
  2. as of now it would be a waste of time if someone release it because it will be deleted. but i think some of them can make it work but not for free maybe a paid service specially for the latest version of rathena.
  3. because it was outdated. but it can still be fixed just like the BG 2.0. btw they also removing threads like this.
  4. if you are using old client.you should use the old setup.exe to make it work.
  5. what client version do you use? make sure you also run as administrator your setup.exe
  6. if (wd.miscflag) replace it with if (wd->miscflag)
  7. the link works fine. just copy that link and paste it to your url browser.
  8. might be related here. https://github.com/rathena/rathena/pull/4944#issuecomment-628689633
  9. heres what gonna happen if you download it.
  10. your using gepard on your client?if not simply replace your Mss32.dll with this. Mss32.dll
  11. link not working anymore for kRO_FullClient_20200409.zip
  12. make sure that you also compile the csv2yaml
  13. game client settings.make sure that you put check on zoom out
  14. missing .sql? make sure that you import pvpladder sql.
  15. is that custom weapon?
  16. the token quest is located here. npc\custom\quests\thq
  17. because the gm level that you put is 10 right? the default for #warp is 60. how about changing it to 10 did you already tried? 60:#warp/#rura+ <char name> <mapname> <x> <y> - Warps character to location of choice
  18. i think that commands depends on their group id.if the gm level 10 have a @warp command.it will allowed to use #warp the player.
  19. have you tried conf\charhelp.txt?
  20. sad to say that the latest working threads that i maid is gone. btw im still gonna update and try to release it again on other forum not sure when and where but ill gonna do that to continue to support the extended bg.
  21. have you tried navigateto("map", x, y, NAV_NONE, 1); or <NAVI>[Hun]<INFO>map,x,y</INFO></NAVI>
  22. i still update a make a working diff patch for the extended battleground so it can still be active and works on the latest git hash thats why im wondering it was been hidden now. but its okay atleast i know what just happen.
  23. the link for Extended Battleground https://rathena.org/board/topic/116228-release-extended-battleground-eamod-bg/ and Extended Battleground 2.0 https://rathena.org/board/topic/121324-showcase-extended-battleground-20/ is now gone? those Custom Battlegrounds still works on the latest version of rAthena Git Hash f218994.
  24. try this? 0x3E9F7EEF Job: Equippable jobs. Uses the following bitmask table: (S.) Novice (2^00): 0x00000001 Swordman (2^01): 0x00000002 Magician (2^02): 0x00000004 Archer (2^03): 0x00000008 Acolyte (2^04): 0x00000010 Merchant (2^05): 0x00000020 Thief (2^06): 0x00000040 Knight (2^07): 0x00000080 Priest (2^08): 0x00000100 Wizard (2^09): 0x00000200 Blacksmith (2^10): 0x00000400 Hunter (2^11): 0x00000800 Assassin (2^12): 0x00001000 Unused (2^13): 0x00002000 Crusader (2^14): 0x00004000 Monk (2^15): 0x00008000 Sage (2^16): 0x00010000 Rogue (2^17): 0x00020000 Alchemist (2^18): 0x00040000 Bard/Dancer (2^19): 0x00080000 Unused (2^20): 0x00100000 Taekwon (2^21): 0x00200000 Star Gladiator (2^22): 0x00400000 Soul Linker (2^23): 0x00800000 Gunslinger (2^24): 0x01000000 Ninja (2^25): 0x02000000 Gangsi (2^26): 0x04000000 Death Knight (2^27): 0x08000000 Dark Collector (2^28): 0x10000000 Kagerou/Oboro (2^29): 0x20000000 Rebellion (2^30): 0x40000000 Summoner (2^31): 0x80000000 Novice + Swordman + Magician + Archer = 0x0000000F, why? Because: 10 = A, 11 = B, 12 = C, 13 = D, 14 = E, and 15 = F It's using hexadecimal.
  25. your client have gepard?
×
×
  • Create New...