Jump to content

nasagnilac

Members
  • Posts

    232
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by nasagnilac

  1. Please check my skype message.

  2. https://github.com/zackdreaver/ROenglishRE/tree/master/Ragnarok/System check the ongoingquest.
  3. https://github.com/zackdreaver/ROenglishRE
  4. Please help how to add pet to the yml because look like its not working.
  5. I want to create a server where max level is still deducting exp and level down so that insurance item will be useful.
  6. Yes.. there is an exp but its not deducted. // When a player dies, how should we penalize them? // 0 = No penalty. // 1 = Lose % of current level when killed. // 2 = Lose % of total experience when killed. death_penalty_type: 1 // Base exp. penalty rate (Each 100 is 1% of their exp) death_penalty_base: 200 // Job exp. penalty rate (Each 100 is 1% of their exp) death_penalty_job: 200 // When a player dies (to another player), how much zeny should we penalize them with? // NOTE: It is a percentage of their zeny, so 100 = 1% zeny_penalty: 0 // Will players on max base/job level lose the EXP on death? // 0: Never lose (default as in official). // 1: Lose Base EXP. // 2: Lose Job EXP. death_penalty_maxlv: 1
  7. I tried adding this in my import/pet_db.yml but when tried to capture it. It fails even its already 100%. import/mob_db.txt 2202,MONKEY,Monkey,Monkey,98,100,0,0,0,1,5000,10000,0,0,99,99,99,99,99,99,10,12,0,2,22,201785473,200,1054,54,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 Pleas help..
  8. I tried setting this config death_penalty_maxlv to 1 but nothing happens when I died. It should deduct an exp and level down the character.
  9. If you use 2018 client merge this data https://github.com/zackdreaver/ROenglishRE
  10. Nope I dont use CDClient.dll of nemo. I used the kRO dll. Update: Fixed now and I just used the Nemo/Input/CDClient.dll. Thank you for your help.
  11. This is my files maybe you know a DLL that block the scroll. And this is also the diff I added in the client. Tested in 20151104 client and scroll is working.
  12. I tried to on and off and still no scroll up/down.
  13. Look like the Scroll UP/DOWN is not working... Do you have an idea how to fix this?
  14. Do I need to use <tab> for spacing? Issue was solved...make sure that item id is available in the db.
  15. I am using 2018-06-21 and dont change clientinfo.xml to sclientinfo.xml. Use the latest nemo of @4144 https://gitlab.com/4144/Nemo Also use this https://github.com/zackdreaver/ROenglishRE or try to merge on your data.
  16. I am using 2018-06-21 and dont change clientinfo.xml. Use the latest nemo of @4144 https://gitlab.com/4144/Nemo Also use this https://github.com/zackdreaver/ROenglishRE or try to merge on your data.
  17. What is the problem with my client? I still cant open and saying You are not allowed to use the attendance system. db/import/attendance.yml Header: Type: ATTENDANCE_DB Version: 1 Body: # - Start: 20190423 # End: 20191231 # Rewards: # - Day: 1 # ItemId: 22979 # - Day: 2 # ItemId: 6316 # - Day: 3 # ItemId: 12265 # Amount: 5 # - Day: 4 # ItemId: 23047 # Amount: 5 # - Day: 5 # ItemId: 23038 # - Day: 6 # ItemId: 23043 # - Day: 7 # ItemId: 23340 # Amount: 3 # - Day: 8 # ItemId: 12516 # Amount: 5 # - Day: 9 # ItemId: 23307 # Amount: 5 # - Day: 10 # ItemId: 12610 # - Day: 11 # ItemId: 14533 # Amount: 2 # - Day: 12 # ItemId: 23012 # Amount: 3 # - Day: 13 # ItemId: 23048 # Amount: 5 # - Day: 14 # ItemId: 12264 # Amount: 5 # - Day: 15 # ItemId: 23046 # Amount: 5 # - Day: 16 # ItemId: 12515 # Amount: 5 # - Day: 17 # ItemId: 12522 # Amount: 5 # - Day: 18 # ItemId: 12523 # Amount: 5 # - Day: 19 # ItemId: 6234 # - Day: 20 # ItemId: 22845 CheckAttendance.lub Config = { StartDate = 20190423, EndDate = 20191231 } Reward = { { 1, 22979, 1 }, { 2, 6316, 1 }, { 3, 12265, 5 }, { 4, 23047, 5 }, { 5, 23038, 1 }, { 6, 23043, 1 }, { 7, 23340, 3 }, { 8, 12516, 5 }, { 9, 23307, 5 }, { 10, 12610, 1 }, { 11, 14533, 2 }, { 12, 23012, 3 }, { 13, 23048, 5 }, { 14, 12264, 5 }, { 15, 23046, 5 }, { 16, 12515, 5 }, { 17, 12522, 5 }, { 18, 12523, 5 }, { 19, 6234, 1 }, { 20, 22845, 1 } } function main() result, msg = InsertCheckAttendanceConfig(Config.EvendOnOff, Config.StartDate, Config.EndDate) if not result then return false, msg end for k, rewardtbl in pairs(Reward) do result, msg = InsertCheckAttendanceReward(rewardtbl[1], rewardtbl[2], rewardtbl[3]) if not result then return false, msg end end return true, "success" end
  18. Is this still working or there is an update? I still get an error message that I am not allowed to use the system. I added this in db/import/attendance.yml
  19. There is no problem in the port. I can login in 20151104 client but there is a connection with the port. But when trying to connect the new client, just Disconnected from server. I added the client info the grf. I tried to change clientinfo.xml using nemo Load custom Clientinfo file but look like there is a problem. Nemo cant replace the whole name I just want to add that I also tried to hex the sclientinfo.xm that I added using nemo to sclientinfo.xml. Now I receive this I already fixed the issue using 2018-06-20cRagexe and without changing the clientinfo.xml to sclientinfo.xml Solved.. I didnt event change clientinfo.xml to sclientinfo.xml.
  20. How did you fixed the connection of your client? what xml needed or what I need to add. because I am always have disconnected from server on that client. I used the latest nemo.
  21. I am having a problem with the connection and it always disconnected from server. This is my clientinfo.xml and I hope someone can help me.
  22. I added this quest icon using questinfo scriptcommand and I want to disable it after a player completed the quest. How can I do that?
  23. Anyone can help me reproduce can_drop permission. Players group with this permission is are not allowed to drop any items. can_drop and can_trade can be added in the permission at the same time. I want to separate the drop disabling in can_trade permission.
×
×
  • Create New...