Jump to content

Kuya Jeo

Members
  • Content Count

    596
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Kuya Jeo

  1. @@glemor123 you can find it in conf/inter-server.conf // Level range for sharing within a partyparty_share_level: 15
  2. @@RagnarokOnline2015 what ragexe date you're using? you can find iteminfo.lua/lub in System folder in your RO Folder
  3. put the item view id in the iteminfo.lub and item_db2.conf
  4. @@minx123 try to put it in general equip, maybe the costume equip is error/bug
  5. @@WhiteEagle here you go, already tested, read some of the comments 1. put this in your server 2. do no use @reloadscript ( recommended to restart your server after putting this script ) http://pastebin.com/wVpb1CiC
  6. @@Nagad elseif is error must be else if and i removed the bracket between sc_start and sc_cash_plusexp use this and post what will be the result - script FloatingClassRates -1,{ OnRefresh: OnPCLoginEvent: if( Class == 10 || Class == 12 || Class == 16 || Class == 4046 || Class == 4047 || Class == 4048 || Class == 4049 || Class == 23 || Class == 24 || Class == 25 ) { sc_start SC_CASH_PLUSEXP,-1,100; } else if( getstatus( SC_CASH_PLUSEXP, 0 ) ) { sc_end SC_CASH_PLUSEXP; } addtimer( 60000, strnpcinfo(3) + "::OnRefresh" );}
  7. @@minx123 you're using accname.lua / accessoryid.lua or accname.lub / accessoryid.lub ? and check your sprite if its named correctly (beginner.spr and beginner.act) in both gender
  8. @@jaiko23 show the script and error/s
  9. trunk/conf/battle/skill.conf FIND THIS // Minimum allowed delay for ANY skills after casting (in milliseconds) (Note 1)// Note: Setting this to anything above 0 can stop speedhacks.min_skill_delay_limit: 100 CHANGE TO THIS // Minimum allowed delay for ANY skills after casting (in milliseconds) (Note 1)// Note: Setting this to anything above 0 can stop speedhacks.min_skill_delay_limit: 0
  10. @@minx123 here check it in my pastebin http://pastebin.com/VGyrkNq8
  11. @@Akaneharuka mark as solved if possible its a pleasure for me to help others
  12. @@Akaneharuka did you put this? [32000] = { unidentifiedDisplayName = "Beginner Mark", unidentifiedResourceName = "Beginner_Mark", unidentifiedDescriptionName = { "Unknown Item, can be identified by [Magnifier].", }, identifiedDisplayName = "Beginner Mark", identifiedResourceName = "Beginner_Mark", identifiedDescriptionName = { "Class: ^777777Custom Item^000000", "Defense: ^7777770^000000", "Location: ^777777Lower^000000", "Weight: ^7777770^000000", "Jobs: ^777777All Jobs^000000" }, slotCount = 0, ClassNum = 1400 }, and do not include the comment lines //PUT THE CODE BELOW IN ITEMINFO.LUB or ITEMINFO.LUA
  13. @@Akaneharuka here an empty iteminfo.lua just copy the whole content of the iteminfo.lub then paste inside the iteminfo.lua itemInfo.rar
  14. @@Aeromesi i can help if im free, but now im not available and im willing to help
  15. @@Akaneharuka i tested it and it work use this one already tested data.rar
  16. @@Akaneharuka try this one English Translate is Beginner_Mark i already merge it and ready to use data.rar
  17. @@mrlongshen please mark as solved or review below the last comment so that other can search on it if needed
  18. @@Akaneharuka the missing files are datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºcollectionºñ±â³Ê¸¶Å©.bmp datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºitemºñ±â³Ê¸¶Å©.bmp for English translation datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºcollectionBeginner_Chat.bmp datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºitemBeginner_Chat.bmp in iteminfo.lub/iteminfo.lua must be like this identifiedResourceName = "Beginner_Chat", give me all the files of that item and i will make it for you
  19. @@Akaneharuka accessoryid = is the sprite view ID accname = sprite name ( ºñ±â³Ê¸¶Å© ) ACCESSORY_Beginner_Chat = 2500, [ACCESSORY_IDs.ACCESSORY_Beginner_Chat] = "_ ºñ±â³Ê¸¶Å©", ACCESSORY_ºñ±â³Ê¸¶Å© = 20307 wrong item_db2.conf { Id: 20307 AegisName: "Beginner_Chat" Name: "Beginner Chat" Type: 5 Buy: 20 Weight: 100 Job: 0xFFFFFFFF Loc: 1 Refine: false View: 2500 Script: <" ">}, iteminfo [20307] = { unidentifiedDisplayName = "Beginner Chat", unidentifiedResourceName = "ºñ±â³Ê¸¶Å©", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier].", }, identifiedDisplayName = "Beginner Chat", identifiedResourceName = "ºñ±â³Ê¸¶Å©", identifiedDescriptionName = { "DESCRIPTION HERE", "Class :^777777 Headgear^000000", "Defense :^777777 0^000000", "Equipped on :^777777 Lower^000000", "Weight :^777777 10^000000", "Applicable Job :^777777 Every Job^000000", }, slotCount = 0, ClassNum = 2500 },
  20. @@Akaneharuka you can rename the item sprite and texture from korean in whatever you want to name it, but you can do it like this { Id: 20307 AegisName: "ITEM_NAME" Name: "ITEM NAME" Type: 5 Buy: 20 Weight: 100 Job: 0xFFFFFFFF Loc: 1 Refine: false View: 56 Script: <" ">},
  21. @@WhiteEagle for that you need to diff your Exe
  22. @@Akaneharuka [ITEM_ID_HERE(same as in item_db.conf or item_db2.conf] = { unidentifiedDisplayName = "Beginner Chat", unidentifiedResourceName = "SPRITE_NAME_HERE", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier].", }, identifiedDisplayName = "Beginner Chat", identifiedResourceName = "SPRITE_NAME_HERE", identifiedDescriptionName = { "DESCRIPTION HERE", "Class :^777777 Headgear^000000", "Defense :^777777 0^000000", "Equipped on :^777777 Lower^000000", "Weight :^777777 10^000000", "Applicable Job :^777777 Every Job^000000", }, slotCount = 0, ClassNum = based_on_accessoryid.lub_oraccessoryid.lua },
  23. @@mrlongshen here you go work only for accessory cards when equipped put some monster array and item array just incase http://pastebin.com/29UAR58t
  24. @@Akaneharuka get the item inventory image in ITEM folder, its located at the texture folder
  25. @@Akaneharuka you need to get all the files of the item, texture(collection and item) and sprite ( Drop and Display ) put it in your iteminfo.lub/lua and put the desire ID of the item in lua files ( accname and accessoryid )
×
×
  • Create New...

Important Information

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