Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. like that okay thanks... how to chane the language of each items? it is written in kor lang.. and how to add GM commands on group ids? thanks Get a translated data folder. If using 2012-04-18+ Clients, Get this https://subversion.assembla.com/svn/client-side-translation/System/itemInfo.lua , and put it in "YourROFolder/System/"
  2. It was already added at r42(2 months ago) by me. Its in ascii, and anyone can convert it
  3. Are you using "Remove GM Sprite" Diff? when I use it , I got this pallete problem, so best way is do not use "Remove GM Sprite" Diff. Or maybe your pallete file is having problem. One of these may fix your problem.
  4. Missing calls to these in plugin_init were causing the crash. itemdb = GET_SYMBOL("itemdb"); bg = GET_SYMBOL("bg"); mapit = GET_SYMBOL("mapit"); pet = GET_SYMBOL("pet"); since itemdb->(and others) were used but not defined in plugin_init.
  5. Going through old topics.

  6. Here's the File: itemall.txt (there was just minor error that cause the crash) P.S: I was not able to attach .c file so I have just renamed it to .txt.
  7. Yup, its useful for many script. https://github.com/HerculesWS/Hercules/pull/211/files In case anyone wants to use it or if dev declined the pull request, here's the diff file: addrid.diff
  8. My problem was I was not assigning that this properly [Weapon_IDs.WEAPONTYPE_Oriental_Sword] = Weapon_IDs.WPCLASS_WEAPONTYPE_SWORD I was assigning it by [Weapon_IDs.WEAPONTYPE_Oriental_Sword] = Weapon_IDs.WEAPONTYPE_Oriental_Sword Thanks.
  9. Dastgir

    getserverinfo()

    Any importance of this? Server name and ip address of server seems to be little good for some scripts, but that can't be a reason to implement on repo, well, I just support for servername and ip
  10. @offtopic I was checking SeAr and found out that, they didn't even share source code, and they want users to buy vip package to get that,(according to what I can understand) @ontopic Well now too, if some users find something useful in other board, they can always suggest or open pulk request.
  11. https://subversion.assembla.com/svn/client-side-translation/Data/luafiles514/lua%20files/datainfo/NPCIdentity.lub , See that file and your, you will know the difference.
  12. Speak in English, for the other languages, we have their forum too. @topic Added Pull Request: https://github.com/HerculesWS/Hercules/pull/205 (Since I believe this command will be useful) Diff: party_script.diff (If ever someone want to use it.)
  13. Line 127: switch (.@i){ add below the items required if want to add more jobs Format: Format: Job_Check_Item(Item1,quantity1,i2,i3,....,-2,reward1,rewardquantity1,r2,rq2,......,-2,zenyrequired,-3,zenygiven); Uncomment line 147 and 150 if you don't want players to become any other job except the one which has quest on it. And from line 245-251, configure your job npc. P.S: Using Hercules Job Changer as Base. jobmaster.txt
  14. Your npcidentity.lua is missing this entry JT_DROPS = 1113, Problem will be fixed after you add this to npcidentity
  15. can you post your jobname_f.lua, according to client translation rev 57, the last line number is 68, and yours is 82 Here's JobName_F.lua of rev57, function ReqJobName(jobID) if JobNameTable[jobID] ~= nil then return JobNameTable[jobID] end return ""endfunction GetJobString(jobID) for k, v in pairs(jobtbl) do if v == jobID then return k end end return ""endfunction GetPetIllustName(jobID) filePath = "À¯ÀúÀÎÅÍÆäÀ̽ºillust" fileName = "Æê_Æ÷¸µ.bmp" if PetIllustNameTable[jobID] ~= nil then fileName = PetIllustNameTable[jobID] end return filePath .. fileNameendfunction GetPetIllustName_V2(jobID, in_bResEnglishName) local filePath = "UserInterfaceillust" local fileName = "PET_PORING.bmp" if in_bResEnglishName == true then if PetIllustNameTable_Eng[jobID] ~= nil then fileName = PetIllustNameTable_Eng[jobID] end else return GetPetIllustName(jobID) end return filePath .. fileNameendfunction GetPetIllustName_V3(jobID) local filePath = "UserInterfaceillust" local fileName = "PET_NOIMAGE.bmp" if PetIllustNameTable_Eng[jobID] ~= nil then fileName = PetIllustNameTable_Eng[jobID] end return filePath .. fileNameendfunction GetPetAccActName(accID) local filePath = "¸ó½ºÅÍ" local fileName = "chocho_¹æµ¶¸é.act" if PetAccActNameTable[accID] ~= nil then fileName = PetAccActNameTable[accID] end return filePath .. fileNameendfunction GetPetAccActName_V2(accID, in_bResEnglishName) local filePath = "Monster" local fileName = "ACC_CHOCHO.act" if in_bResEnglishName == true then if PetAccActNameTable_Eng[accID] ~= nil then fileName = PetAccActNameTable_Eng[accID] end else return GetPetAccActName(accID) end return filePath .. fileNameendfunction IsPetAccessory(accID) if accID > PetAccIDs.ACC_FIRST and accID < PetAccIDs.ACC_LAST then return true end return falseend
  16. Nope, I don't think so, there's many people who see other boards too, and other reason is that, it is bad to implement it in blog.
  17. Try higher id and please let me know the results.
  18. Is there anyway you could provide us any information about whats written in bifrost quest window? Google Translate(Correctedsome grammatical error though): Huge Cracks, Forest and labyrinth of unknown origin .. This marks are indicator to a Opening of New World!.Guardian, such as the lyrics to the temptation was gradually losing the soul. In Thousands of Years, Struggling alone with himself writes that what the jikyeonaen, sealed trapped a long time it was not from a rather confused himself was feeling.Lyrics of temptation when the peak is reached, the end of the earth Alf H. Splendide is a bridge between the continent and the rich,Bifrost huge cracks woke born, As a result, traffic between the two worlds as the breaking people was put to great inconvenience.Bifrost forest labyrinth of passages, but now you can not even know where to source. Safely until now there was no one who has passed.Swallowed countless adventurers to put a hell of confusion, wandering in the forest labyrinth of nowhere, like the heart of a woman was being extend deeper confusion Can you tell me please in what file this text should be? Source: http://herc.ws/board/topic/398-client-translation-project/page-5#entry13119 Its hexed in the client, use any hex editor and follow the step below: To follow-up it can be found in any unpacked ragexeRE/ragexe that supports this new quest window. Just search for shortcut_1 and mostly everything after that you can replace up to a certain point.
  19. Haha, i noticed that too.you both releasing same thing.
  20. Check item_db2 if it is marked as crash, then repair it. Or Check if mysql user has been given sufficient permission.
  21. Just copy your npc to hercules, if you have any custom src mod, then convert it to make compatible to hercules due to renewal phase, you have to make much edits in custom source codes if any. Atlast if you want to upgrade database from rA to Herc, execute the sql query given in file: http://herc.ws/board/topic/2495-req-database-upgrades-from-rathena-to-hercules/?p=16526
  22. /sry So using free slot will help or i cannot add custom weapon on new client?
  23. First i only modified iteminfo, and checked if it worked, but no luck, Then i also tried to edit weapontable in datainfo, still cannot make it work, Anyone confirm this? My weapon id is around 20000 and some are on 30000
  24. How can i make weapon sprite to work with 20130807, when i equip weapon, char attacks from hand, (maybe bcoz itemid is high,) so my question is, is there any way to increase the weapon id limit?
  25. Once I binded data.ini into .exe but it was easily editable by hexing, don't know if you can make it work by binding it into dll.
×
×
  • Create New...

Important Information

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