Jump to content

x13th

Members
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by x13th

  1. Thanks the answer was already posted on the 1st page. i already included those diff on my client release. Disable 4 Letter User Character Limit Disable 4 Letter User ID Limit Disable 4 Letter User Password Limit Load LUA Before LUB Read Data Folder First Skip License Screen Use Ragnarok Icon I think he wants it to disable.
  2. Sorry I did not clear things out. The problem is where ever I go its the same, it says unknown area.
  3. How to fix this unknown map? The problem is where ever I go (all map e.g prontera, payon..) its the same, it says unknown area.
  4. Hi everyone. How to lessen or remove death penalty when your account groupid >= 1 ? For example if your account groupid is level 1 the death penalty will be just 50% but if its level 0 it will be 100%.
  5. Good day everyone. After I edited the skill id of "Highness Heal", I can't cast it anymore to myself/other char but if I cast it to undead monster it can cause damage. Here's what i've done: Server Side: skill.h AB_HIGHNESSHEAL = 1023, AB_CLEARANCE = 2052, skill_db.txt 1023,11,6,16,6,0x21,0,5,1,yes,0,0,0,magic,0, AB_HIGHNESSHEAL,Highness Heal //CHECK Info shows this has magic attack. skill_cast_db.txt //-- AB_HIGHNESSHEAL 1023,1000,1000,0,0,0,3000}}, skill_require_db.txt 1023,0,0,70:100:130:160:190,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AB_HIGHNESSHEAL#Highness Heal# skill_tree.txt 8,1023,5,70,7,12,7,54,4,74,3,28,10 //AB_HIGHNESSHEAL#Highness Heal# Client Side: skillid.lub AB_HIGHNESSHEAL = 1023, skilltreeview.lub {"AB_HIGHNESSHEAL", 1023; Pos = 21, MaxLv = 5, NeedSkillList = {6, 20, 9, 1}},
  6. How to fix this? http://rathena.org/board/tracker/issue-7703-2013-client-character-bug/
  7. How to fix this? http://rathena.org/board/tracker/issue-7703-2013-client-character-bug/
  8. Hi Everyone. I tried to change the skill id of Adoramus skill. Everything works except for one thing, the skill effect/animation was gone. I don't know why. Screenshot: Here's what i've done skill.h AB_ADORAMUS = 1025, AB_CLEMENTIA = 2041, skill_db.txt 1025,11,8,1,6,0,0,10,-10,yes,0,0,0,magic,0, AB_ADORAMUS,Adoramus skill_cast_db.txt //-- AB_ADORAMUS 1025,2000,500,0,6000:7000:8000:9000:10000:11000:12000:13000:14000:15000,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000,2000 skill_require_db.txt 1025,0,0,20:24:28:32:36:40:44:48:52:56,0,0,0,99,0,0,none,0,717,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AB_ADORAMUS#Adoramus# skill_tree.txt 8,1025,10,79,1,77,7,0,0,0,0,0,0 //AB_ADORAMUS#Adoramus# skillid.lub AB_ADORAMUS = 1025, skilltreeview.lub {"AB_ADORAMUS", 1025; Pos = 23, MaxLv = 10, NeedSkillList = {25, 16}}
  9. How to enable Warg for Hunter Job? I already added Skill "Warg Mastery" but when I use it with warg flute, the warg doesnt come out. Can anyone help me?
  10. EDIT: Nevermind. Got it
  11. Did you read this? http://rathena.org/board/topic/79506-adding-3rd-job-skills-do-1st-job/#entry183697
  12. Sorry for bumping this old topic but i have the same problem with him. I know i should open a new thread but can anyone help us about this?
  13. x13th

    Custom BG

    Wow. Thank you so much! Awesome script. Hmm. Can i have a last request? is it possible to disable the skill of the captain? Thank youu ♥
  14. x13th

    Custom cash shop

    I guess some of the code in your diff need to move in other line. like the deleting of item. I think it should be in // Payment Process ---------------------------------------------------- if( sd->kafraPoints < points || sd->cashPoints < (vt - points) ) return 6; pc_paycash(sd,vt,points);
  15. x13th

    Custom BG

    Hi Annie! It is possible to change the cloth color of both team and the captain? Blue = Blue Red = Red Captain = Gray and when the bg is finish or quit the game, the cloth color will back to the cloth color before they enter BG. Thank you and Happy new year
×
×
  • Create New...