Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. sa skill.c case 7: // stop freeze or stoned { enum sc_type sc[] = { SC_STOP, SC_FREEZE, SC_STONE }; sc_start(bl,sc[rnd()%3],100,skilllv,skill_get_time2(skillid,skilllv)); } break; case 8: // curse coma and poison sc_start(bl,SC_COMA,100,skilllv,skill_get_time2(skillid,skilllv)); <-----------------------------------erase this line sc_start(bl,SC_CURSE,100,skilllv,skill_get_time2(skillid,skilllv)); sc_start(bl,SC_POISON,100,skilllv,skill_get_time2(skillid,skilllv)); break; case 9: // confusion sc_start(bl,SC_CONFUSION,100,skilllv,skill_get_time2(skillid,skilllv)); break; tapos recompile mo
  2. step 1 Upload it to your PHP enable webserver(mine's XAMPP) step 2 step 3 step 4 input: item_db.txt output: converted_item_db.sql It is pretty easy man
  3. it seems that you made a mistake in adding the npc file. inside npc folder there is a file called 'scripts_custom.conf', open it and add your npc there, just make a new line. something like this npc: npc/location/to/script.txt be sure the file is present.
  4. here man http://nopaste.info/b5526be3f7.html just adapt it to your needs.
  5. any error from the map server window?
  6. So I can get prompt replies, instead of waiting. I was going to confirm if the svn you are using is updated and other stuff to assess the case.
  7. I think, to apply attack based card bonuses, you have to change the skill's property to "weapon" instead of "misc" skill_db.txt 490,9,8,1,0,0x40,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,misc,0, CR_ACIDDEMONSTRATION,Acid Demonstration
  8. LOL. I was going to help you earlier when I saw the older thread, so I added you in messenger but I think you haven't accepted it yet. Anyway, good thing it is solved now.
  9. disable it and restart your server i mean this mvp_tomb_enabled: yes
  10. and the skull :S creepyyyyyyy
  11. My advice is, when diffing your client.. wag mo i select tong option na to byte_[uI]_Ignore_Missing_File_Errors:11E130:85:195 That is for you to be able to see missing file errors, or else bigla nalang mag eexit yung client ng walang ano ano.
  12. item script yan. pwede mo ilagay sa items. kunyari sa red potion sa item_db.txt 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,65),0; changebase 27;},{},{}
  13. Good to see one of my mods still being updated. Appreciated much.
  14. Hi, I took this as a challenge for myself. And alas, I made my own version of converting item_db.txt into a SQL version. It generates a sql file. Requirement: PHP (tested on XAMPP) PS: I tested it on stock rAthena item_db.txt and found no problems generating the sql file. Imported the SQL file using phpmyadmin without any errors. So i think this works parser2.php
  15. When diffing a new client, do not include 'SkipLicenseScreen' diff.
  16. kahit di kamatch dun. not necessarily 2011-01-11a(20110111), basta yung ginagamit mong client date ang lagay mo, kahit wala dun sa notes.
  17. pag nagdiff ka, wag mo isama yung ignore errors ba tawag dun. para malaman mu kung anong mali may mag pop na error
  18. habang may umaaccess ng site mu magkakaron ng files dun..
  19. natry mo puntahan sa browser yung inaaccess ng thor patcher? yun mismong nakalagay sa config?
  20. 100 there defines the speed, i think the higher the value, the slower it becomes. you try.
  21. maybe it should be if (@quantity <= 1) goto WTF; with that, if the input is less than or equal to 1, it'll go to WTF.
×
×
  • Create New...