Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. As far as I know, hom-s skills will be coded soon, else anybody is welcomed to open a pull request. Rebellion skills , i dont think wil be implemented soon, since no one have full data. rA has used available data from other forums, and according to me, its not accurate. So i think herc dev will implement rebellion after having enough info or newest aegis leak for test.
  2. Fixed some lines in msgstringtable, thanks to cydh for pointing out.
  3. Added Github Repository: https://github.com/ROClientSide/Translation (Pushing the files, may take a while.) those who want's to contribute can open a pull request.
  4. I too believe msgstringtable translation are just way bad, if someone wants to contribute, then its good.and about item update, I am not available till april 2nd week, so till april 30th, all items will be added to repo(possibly with itemdb with some info unavailable, also translated)
  5. This is true for non headgear items but Dastgir where will the client pick up the item's equip sprite prefixes from fro headgears . ItemInfo doesnt have that information. Sorry, Looks like My Mind is forgetting everything....
  6. Topic going too long, heres a quick fix. 1. If this and http://herc.ws/board/topic/4116-help-cannot-add-custom-items/ are referring to same problem then remove tose /* and */ from custom items, and you can load it. For views,once more I am saying as you using 2013 client,. you also need to edit System/itemInfo.lub (or .lua if you diffed client with it.)
  7. Duplicate topic... Solution : your itemdb2 is commented, saw those /* above id and */ below last line of any item, remove those, so server can read those items.
  8. hey im using 2013 ragexe then i am trying to add more items i put the item and collection in the right place then i add the sprites in their right location then in my luafiles/datainfo i have accessoryid.lua and accessoryid.lub and accename.lua and accename.lub i add the item on that 4 file in accename.lua and lub i add [ACCESSORY_IDs.ACCESSORY_Heart_Ring] = "Heart_Ring", in accessoryid.lua and lub i add ACCESSORY_Heart_Ring = 1004, then i my itemdb2 i add Id: 26000 AegisName: "Heart_Ring" Name: "Heart Ring" Type: 5 Buy: 10 Weight: 15 Def: 0 Upper: 63 Loc: 4096 View: 1004},{ but when i @item it fails no items is being madeNo item, that means itemdb is set wrong, check your map-server if any error.And for 2013 clients, you dont need to modify accessoryid and accname.lua, instead only ItemInfo.lua/.lub is enough
  9. There's no need to comment those 3 lines, since the last packetKeys() are only read by the source. Any error on char/map-server?
  10. Open packets.h(src/map/packets.h)(if using hercules, other emu dont have packet enc.) , locate #if defined(OBFUSCATIONKEY1) && defined(OBFUSCATIONKEY2) && defined(OBFUSCATIONKEY3)PacketKeys(OBFUSCATIONKEY1,OBFUSCATIONKEY2,OBFUSCATIONKEY3); #endif That should be last packetkey, I.e at end of file.Add before it the following #define OBFUSCATIONKEY1 KEYSELECTED1#define OBFUSCATIONKEY2 KEYSELECTED2#define OBFUSCATIONKEY3 KEYSELECTED3Then recompile. Note key format should start with 0x followed by hexcode. Example, 0x12121212 Replace KEYSELECTED1, 2, 3 with the key you selected while diffing your client.
  11. ok, today is last day of my appearance, then maybe after 2 months, and fulfill some requests , and my 99% completed work which i wanted to release but with no fortune, I dont have time to release and maintain, so see you on april. The rA Global todo list is the one which I had made, but seems to have more feature than them. its a script that will help hercules and its user to see any new data.

  12. Havent this answered by haru and others many a times, 20130807 needs packet keys to change, so just diff your client with nemo and choose a hard key (must be in hex in 8 char), I.e any word of 4 char and just convert that 4 char word to hex by http://www.string-functions.com/string-hex.aspx And enter those in packet encryption in nemo Note, All 3 keys should be different so that wpe can't be bypasssed. Or simply choose keys from previous time and enter those on nemo. Lastly change the packet keys at packets.h with the selected keys.
  13. What about other 7? Kisuka is working on something, no doubt, we received some major updates from him if I am not wrong, it was npc constants, and currently he written list of episodes with features left. Well curious to know about the work thats going on with all those script dev.
  14. I see there's 8 Script Developer as of today, but since a month or more (yup, its more, I can't recall last update from script devs), there's no update from any one of them for scripts, we are lacking much scripts from kRO. So any info on what is been worked on from script dev? Or which script dev is assigned what ? Thanks.
  15. 1 & 3 -> I'll need to see if its possible. 2 -> this one is not possible (well to be exact its a pain to even think about it. so I am not going to pursue it ) Hmm i think its high time that i publish how to make patches in script. In the meantime you can expect two other patches (1 of them courtesy of Yommy) coming in today Well Neo, What happened to 1st and 3rd patch? still no update.? (Its been 45 days since that post) @ossi, Just saw the old post, I almost forgot that I have posted it here.
  16. You can refer http://herc.ws/wiki/GDB for getting Coredumps.
  17. Its 4 month old, hope haru gets time to update it.
  18. Any client crash reports? Or any extra info like which map? Maybe your players wearing something for which u need updated kRO. Oops, looks like I misunderstood ur topic. Maybe send a coredump and we would be able to identify the cause.
  19. Dastgir

    error log

    What you mean by logs the sql and server file? If you want to know the cause of crash, just enable coredump, if you dont understand coredump, you can asknhere for help with coredump.
  20. Neo, can you increase char name limit, currently its 24.
  21. Which rA feature you are talking about? (No offense but some truths) Rebellion skills: no official data used, bcoz we dont have it. They are coded with info available about them. Items: coded with information from irowiki. Npc: maybe this is the one we would have to merge Source: we cant compare due to large conflicts, but personally, I think why should copy all things that rA do , if something is in kRO, Surely hercules dev will implement it.
  22. If you see me Online, well its not me, so better PM me if you want anything from me. See you Guys in April, with some Good worthful releases.

  23. Well, Michieru will fix that soon, About New Items Update, I am making a tool that will get the changes of every little desc changes, so we can track the Other Item changes too(Yah, This is what I am making,) But unfortunately Due to my unavailability of time, I think I will make it public at April, Also with some massive updates here.
  24. Too many duplicates, why not interface those functions, A nice plugin anyway.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.