Jump to content

Neji

Members
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Ger

Recent Profile Visitors

2558 profile views

Neji's Achievements

Poring

Poring (1/15)

0

Reputation

2

Community Answers

  1. thank you for sharing this link. so Str effects weapon strength too. but its 0,5% each str point, but actually its almost every point gives +1 weapon atk indeed of 0,5% oh seems like i was wrong, if str gives 0,5% weapon atk that means with Str 84, 42% weapon atk is added, with a base weapon strength of 150 + 42% = 213 -1 = 212. that is excacly the weapon strength that is shown. i guess its solved
  2. maybe its because of rounding that the 4th is skiped, but thats not the main problem. the weapon strenth shouldnt increase if you add stat points, because you want to increase the character strength not the weapon strength.
  3. Hi guys, i installed the latest svn 2 days ago, everything works almost fine so far. Just the issue that adding stat isnt working correcly i guess. for example: starting position every stat is at 1, baselevel 60, joblevel 1, job ninja, Atk 16 Weapon: Eden Group Huuma Shuriken I Attack 150 Default Atk = 16 + 150 (150 is weapon attack) if i add str +1 Default Atk = 17 + 151 <-- Weapon Atk was increased too str + 1 = Default Atk = 18 + 152 str + 1 = Default Atk = 19 + 153 str + 1 = Default Atk = 20 + 153 <-- Weapon Atk wasnt increased this time str + 1 = Default Atk = 21 + 154 str + 1 = Default Atk = 22 + 155 str + 1 = Default Atk = 23 + 156 str + 1 = Default Atk = 24 + 156 <-- Weapon Atk wasnt increased this time str + 1 = Default Atk = 25 + 157 str + 1 = Default Atk = 26 + 158 str + 1 = Default Atk = 27 + 159 str + 1 = Default Atk = 28 + 159 <-- Weapon Atk wasnt increased this time so every 4th Point the Weapon wont increase, but why it is increasing at all? The character status is changed not the weapon status. if i wear equip that add atk, then the weapon atk is increased -> like wearing 'Bloodied Shackle Ball + Shackles' = Atk + 50. So i think its maybe a source issue, but in witch file i can find the adding stat process? Or maybe im totally wrong? Can someone comfirm this issue? Best Regarts Neji
  4. there is a single file in the skin folder by nickyzai version. read more https://rathena.org/board/topic/101354-client-20120410aragexe-gives-blank-error/ after replacing the broken file it also run fine under win 8.1
  5. i had the same issue by the last rA, the solution i used was simply delete the file 'lua files\quest\Quest_function.lub' an repack the grf. tel me if there is a working one somewhere...
  6. You can use the Download from Full_kRO_Renewal_20150301.exe by nikkizai, just make sure you replace the broken file. i posted the correkt file as attachment in this thread https://rathena.org/board/topic/101354-client-20120410aragexe-gives-blank-error/
  7. well.. i wasnt goin to ignore the zlib bytes. i just thought if you choose 'no compression' the grf-data were just plain. that was my missunderstanding, zlib is part of the progress, after getting the table zlib returns the plain src or throw an exception, so its known whether the data are corrupt or not of the zlib-stream. i guess i clearly understand now how it works, thank you.
  8. Hi Tokei, thank you for the explanation. I forgot, even if you choose no compression, zlib is part of the progress so even it is uncompressed, the zlib will stored in the grf. so the 7 first bytes right after the header are zlib header information, followed by the data and checksum. i see the last 4 bytes of the grf is also part of zlib? because 7 bytes from the Table {zlib header} {filesnames}{checksum}, i guess? actuelly im not interesseted in des-encryption, until i understood the 0x200 verion, but thank you for sharing the link. i choosed uncompressed, its easier to study how the structure is build.
  9. Hi guys, im trying to understand the grf structure and how it works. i read some information on that forum here. Like: https://rathena.org/board/topic/57175-description-of-the-grf-file-format/ But some Bytes are not clear for me, maybe someone can help me out what this bytes are for? what i understood so far: Total 304 Bytes of test.grf Header -------------------------------------------------------------------------------------------------------------------- Master of Magic 4D 61 73 74 65 72 20 6F 66 20 4D 61 67 69 63 00 Key 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E TableOffset 50 00 00 00 Seed 00 00 00 00 FilesCount 0C 00 00 00 Version 00 02 00 00 Content -------------------------------------------------------------------------------------------------------------------- ? ? ? 4 ? ? ? t s e T ? ? ? ? ? 78 01 01 04 00 FB FF 74 73 65 54 04 4B 01 A1 00 ? ? ? 5 ? ? ? 1 t s e T ? ? ? ? 78 01 01 05 00 FA FF 31 74 73 65 54 05 41 01 D2 ? ? ? 5 ? ? ? 2 t s e T ? ? ? ? 78 01 01 05 00 FA FF 32 74 73 65 54 05 46 01 D3 ? ? ? 5 ? ? ? 3 t s e T ? ? ? ? 78 01 01 05 00 FA FF 33 74 73 65 54 05 4B 01 D4 ? ? ? 5 ? ? ? 4 t s e T ? ? ? ? 78 01 01 05 00 FA FF 34 74 73 65 54 05 50 01 D5 TableSize Compressed AA 00 00 00 TableSize Uncompressed 9F 00 00 00 ? ? ? ? ? ? ? 78 01 01 9F 00 60 FF d a t a \ t e s t . t x t 0 zSize zSizeA Size Fg Offset 64 61 74 61 5C 74 65 73 74 2E 74 78 74 00 0F 00 00 00 10 00 00 00 04 00 00 00 01 00 00 00 00 d a t a \ t e s t 1 . t x t 0 64 61 74 61 5C 74 65 73 74 31 2E 74 78 74 00 10 00 00 00 10 00 00 00 05 00 00 00 01 10 00 00 00 d a t a \ t e s t 2 . t x t 0 64 61 74 61 5C 74 65 73 74 32 2E 74 78 74 00 10 00 00 00 10 00 00 00 05 00 00 00 01 20 00 00 00 d a t a \ t e s t 3 . t x t 0 64 61 74 61 5C 74 65 73 74 33 2E 74 78 74 00 10 00 00 00 10 00 00 00 05 00 00 00 01 30 00 00 00 d a t a \ t e s t 4 . t x t 0 64 61 74 61 5C 74 65 73 74 34 2E 74 78 74 00 10 00 00 00 10 00 00 00 05 00 00 00 01 40 00 00 00 ? ? ? ? BB CB 1C 7B --------------------------------------------------------------------------------------------------------------------
  10. which fullclient you have installed?
  11. Hey Tokei, thanks for your effort. decided for your advice. Tranquility are you sure its 1,6gb? i downloaded the full_kro_renewal_20150301, run patcher and data.grf now is 1,80GB (1.934.640.733 Bytes), rdata 394MB (413.718.545 Bytes). Date 2015-04-08. i also created a log for the files inside the grf, if someone is interessted what the grf is containing. data.log.txt rdata.log.txt
  12. 1.6GB hmm i dont remember, i use this grf for years and updating it sporadically, but it can be that i merge it long time ago with other useful grf like base or palette grf. luckly it was always working since now, but come to think about that 2gb limitation, i think i should splitt it. could you do me a faver? can you provide me a text file with the structure off the current kro data.grf? so i can comprehend what should be in it.
  13. do you use the Full_kRO_Renewal_20150301.exe from nickyzai site? if so, it looks like it has a broken file in it, that file in skin folder seems to be broken see: https://rathena.org/board/topic/101354-client-20120410aragexe-gives-blank-error/
  14. no need for loki launcher for 2013-08-07aRagexe.exe diff with restore login window your clientinfo.xml <version>45</version> indeed of 46 i think turn off others diff to see if you get some clue - Ignore Missing File Error - Ignore Missing Palette Error - Read Data Folder First - eXtract MsgStringTable.txt - eXtract txt file strings
  15. hm i tried this too, and different diffs, always same error, maybe its not the exe that is broken, it could be one of the dlls which crush the exe after trying to load them. no the dll's seems to be fine, i replaced them all with the one from my working 2013 client, same error. there is something else broken, i copied the exe in my working 2013 indeed of the client from that guide. the exe starts normaly and i can try to login. but idk what is broken in that client folder from the guide. so good news, its your skin folder. replace that folder with a working one and it will run its that one file that is placed in the skin folder, the default and scribbling kid folder should be fine. maybe i can give you this file here idk place it in your skin folder ½ºÅ²Á¦À۸Ŵº¾ó.txt
×
×
  • Create New...