Jump to content

THPO

Members
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by THPO

  1. another method you could do: https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt
  2. bubblegum will not affect/add up on @mi
  3. kung donate item meaning NPC tama? then mas madali ito kailangan mo: makikita mo dyan example pero kung gusto mo random drop ng monster OnNPCKillEvent: gagamitin mo.
  4. script command yung setrandomoption https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L9563
  5. check mo din ito parang mas Ok ata kung sa script mo ilalagay "setrandomoption" meron kasing index ma set mo kung saang slot mo gsto yung stats. lagay mo lang sa OnNPCKillevent
  6. Check mo ito sa item_randomopt_group.txt // <randopt_groupid>,<rate>,<randopt_id1>,<randopt_value1>,<randopt_param1>{,<randopt_id2>,<randopt_value2>,<randopt_param2>,<randopt_id3>,<randopt_value3>,<randopt_param3>,<randopt_id4>,<randopt_value4>,<randopt_param4>,<randopt_id5>,<randopt_value5>,<randopt_param5>} meaning sa isang item pwede ka maglagay ng 5 random option randopt_id5 add ka lng ng same pattern base sa guide. itong nasa script mo: RDMOPTG_MaxHP,2,RDMOPT_VAR_MAXHPAMOUNT,600,0,RDMOPT_VAR_HPACCELERATION,10,0,RDMOPT_VAR_MAXHPPERCENT,5,0 taasan mo nlng yung Rate. try mo lang
  7. I think it would be nice indeed because of the renewal features especially using latest client. since it will be based on official server I think players will be used to it. I wish I could try it if ever you make the server open to public . I've also been planning to copy mechanics from Revo-Classic (ROEXE, PRO) on my free time slowly but for test only.
  8. have you tried using by @item item_id like this: @item 12214
  9. I have personally did this before, but it isn't 100% complete though.
  10. what OS do you want to run the server on the vmware? actually I'm currently running mine the same way CentOS on vmware.
  11. It doesn't add any visible skill it just increase your weight limit.
  12. this client is really nice I just tested it . is the Doram race fully functional on Renewal?
  13. re-install his client probably it's a tampered client or something., if he can connect when you turn off gepard shield then it's tampered client.
  14. make sure you set this option on conf/char_athena.conf set to 1 for "email" // Restrict character deletion by email address or birthdate. // This restricts players from changing the langtype and deleting characters. // Defaults based on client date. // 1: Email address // 2: Birthdate // 3: Email address or Birthdate // IMPORTANT! // - This config only works for clients that send 0x0068 or 0x01fb for delete request. // - Use langtype 1 for newer clients (2013+), to use 0x01fb. // - Clients that are not using 0x0068 or 0x01fb, only use birthdate (YYMMDD) as default. char_del_option: 2 after diff your client with NEMO with "Always use email for character deletion"
  15. yes on my 3rd Post I compared it with Knife. I know Katar has X2 Bonus Crit but officially it should not show on Status window. https://forums.warpportal.com/index.php?/topic/46729-katar-crit-rate/ like I said they have notice it as well on hercules. which they made an a config on conf/battle/player.txt https://github.com/HerculesWS/Hercules/commit/83301cc59a75f14bea4b73136e7dffc396f37fc3
  16. found out this only affects Katar means Katar Crit Bonus is showing. which shouldn't as stated on official iRO regardless if it's pre-re or renewal https://forums.warpportal.com/index.php?/topic/46729-katar-crit-rate/ also on herc https://github.com/HerculesWS/Hercules/issues/573 so It's clearly not from Lua my Friend. as seen on Screenshot: Triple Critical Knife Triple Critical Jur
  17. @Stolao Hi bro, I'm currently trying your Script on Hercules and trying to make it work just wanted to ask whats the use of this line: OnLoginCmnd: Sorry I got it xD my mistake for not checking the whole script. I'll just check why it's getting a "script_rid2sd: fatal error" on hercules. Thanks for this release
  18. is yours configured as pre-re as well?
  19. Hello Guys, Just wanted to ask where can I fix this issue somehow I don't think this is right though. as you see on the Screenshot somehow crit stats went to 92 when I don't even have high Luk and I only have Triple Crit Jur and RoC for Crit Stats. BTW I am using latest version of rA and configured as pre-re http://imgur.com/a/RQqCI
  20. same here fresh pull from git. keep getting a lot of: shadows a member of 'this' [-Wshadow]
  21. this thread solved my problem:
×
×
  • Create New...