Jump to content

ngek202

Members
  • Posts

    530
  • Joined

  • Last visited

Everything posted by ngek202

  1. on conf/battle/monster.conf you can also try this // The HP rate of MVPs. (Note 2) mvp_hp_rate: 100
  2. you load item_db.sql and mob_db.sql also item_db2 and mob_db2.sql
  3. ngek202

    view

    most clients from 2011 to 2013 I think can display Expiration Date. btw you can check expiry on Item Description when you Right Click the Rental Item
  4. ngek202

    pre-re edp

    I think you also need to disable Renewal EDP. /// renewal enchant deadly poison algorithm /// /// leave this line to enable the renewed EDP algorithm /// under renewal mode: /// - damage is NOT increased by 400% /// - it does NOT affect grimtooth /// - weapon and status ATK are increased #define RENEWAL_EDP
  5. check the msgstringtable.txt it's on your Data folder on your Client.
  6. it is working fine just tested it now with latest revision: some sample
  7. Here https://subversion.assembla.com/svn/client-side-translation/
  8. In src/map/guild.c on line 389: if( sd->status.guild_id ) {// already in a guild clif_guild_created(sd,1); return 0; } if( battle_config.guild_emperium_check && pc_search_inventory(sd,714) == -1 ) {// item required 714 is Emperium you can replace that so every time they try /guild it won't work because the item requied is different replace it with some not used. then recompile.
  9. they are important if you have custom items., they are like descriptions and view id's for item that are from other Characters for example you warp on a certain Map and there's a Player with a Custom Item and if it couldn't find the proper view id's, or name for that certain Item the Client will Crash. also if you have added Items as Drop from Monsters you should also add it on those text file if not Client will Crash. make it a habit every time you add Custom or New Stuffs don't forget to add on those Text files.
  10. check if you have added your custom items on your num2itemdesctable.txt, num2itemdisplaynametable and num2itemresnametable.txt if not this could be the problem.
  11. are the mini map icons can be translated too or they are under msgstring? Backread it Nice Share btw
  12. I just tried with latest revision today and mine is ok. tested with 2 accounts non-gm and gm.
  13. tried it an GTB magic def is much higher. GTB TF
  14. tested mine it's working fine. Thara frog reduces Damage and on GTB skill misses. tested on latest revision.
  15. if it's a certain Map probably you tried to add/replace/edit a map but you didn't update your Map Cache. If so then Update them with WeeMapCache tool.
  16. I think you can do that in skill_require_db.txt // Legend for 'RequiredState' field: // none = Nothing special // move_enable = Requires to be able to move // recover_weight_rate = Requires to be less than 50% weight // water = Requires to be standing on a water cell // cart = Requires a Pushcart // riding = Requires to ride either a peco or a dragon // falcon = Requires a Falcon // sight = Requires Sight skill activated // hiding = Requires Hiding skill activated // cloaking = Requires Cloaking skill activated // explosionspirits = Requires Fury skill activated // cartboost = Requires a Pushcart and Cart Boost skill activated // shield = Requires a 0,shield equipped // warg = Requires a Warg // dragon = Requires to ride a Dragon // ridingwarg = Requires to ride a Warg // mado = Requires to have an active mado // poisonweapon = Requires to be under Poisoning Weapon. // rollingcutter = Requires at least one Rotation Counter from Rolling Cutter. // elementalspirit = Requires to have an Elemental Spirit summoned. // mh_fighting = Requires Eleanor fighthing mode // mh_grappling = Requires Eleanor grappling mode // peco = Requires riding a peco
  17. maybe you didn't add them on num2item* txt files.
  18. have you tried and test a different Memory Slot when you Install your RAM's? or have you also tried to pull off your mother board from the Case and test it on Air.
  19. it happens when you teleport I tested this before if you don't add them on the said txt files.. try equipping an item then teleport twice.. just add your custom items on the said client files, always whenever you add a new custom item.
  20. just guessing you have custom items while teleporting and might have you forgot to add them on client side files like: num2idnumdesctable.txt num2itemnametable.txt num2itemresnametable.txt not sure with the filenames coz I'm only using a mobile phone.
  21. yeah maybe I was wrong with the Bug Tracker.
  22. Hmm I recall from the previous theme when you click the Forum link it doesn't open up another Tab it will redirect you to the main index (http://rathena.org/board) I think Forum, Members and Bug Tracker doesn't open up another Tab while others do open a Tab.
  23. Is this right? when I click on Forum Link it opens up another Tab. same with Members
  24. Yes. Blue was better fits rAthena's Logo
  25. make sure the audio bitrate is 80, higher bitrate or mp3's that are not reduced/converted will not work.
×
×
  • Create New...