Jump to content

LuLu

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by LuLu

  1. you are missing the required exp from db\pre-re\job_exp.txt db\re\job_exp.txt Read them and add appropriate jobs and level exp OR use the one in "db\import-tmpl\job_exp.txt". It supports up to base level 1000 and job level 255. Just edit it properly.
  2. Add it in "db\mob_item_ratio.txt" // Specific Item Drop Ratio Database // Overrides for global item_rate* values from conf/battle/drops.conf // // Structure of Database: // ItemID,Ratio{,MonsterID1,...,MonsterID10} // // Result: // ItemID base drop rates defined in mob_db will not get multiplied // by global item_rate* values (aka drop rates) from // conf/battle/drops.conf. Instead Ratio will be used (100 = 1x). // If no MonsterID is specified, all monsters will be affected, // otherwise only listed ones. // // Examples: // 909,100 // Jellopies from monsters will drop with 1x drop rate regardless of global drop rate // 909,1000 // Jellopies from monsters will drop with 10x drop rate regardless of global drop rate // 909,100,1002 // Jellopies from Porings will drop with 1x drop rate. Other monsters that drop Jellopies are unaffected (use global drop rate). // // Notes: // - By default you can list up to 10 MonsterIDs per ItemID. // It can be changed in src/map/mob.c by adjusting MAX_ITEMRATIO_MOBS. // - Only ItemIDs up to MAX_ITEMDB are supported (default: 32768). // - Does not override item_drop_*_min/max settings. // - Does not affect card/item-granted drops. To adjust card/item-granted // drops, edit them in item_db. // - Does affect MVP prizes and Treasure Boxes. // - You can add only ONE line per ItemID. If you need various ratios // for different monsters, override drop rate with Ratio=100 and edit // base drop rates in mob_db. // - This file is reloaded by @reloadmobdb.
  3. maybe that or just remove the part that gives zeny on the script.
  4. Under NEMO Patcher, use this.
  5. why not do it in reverse? if level is below 90 then add bonus. If greater than 90, then no effect? { if(BaseLevel<90) {bonus bMaxHP,2500; bonus bMaxSP,500;} },{},{} Not sure if this is correct though. If a player is 90 or above, bonus wont work.
  6. 3 Chat Flood Remove Limit 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 16 Disable Swear Filter 19 Enable Title Bar Menu 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 286 Hide zero date (1969-01-01) in guild members window 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 85 Show Cancel To Service Select 88 Allow space in guild name 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 97 Cancel to Login Window (Recommended) 204 Increase Attack Display 208 Restore Cash Shop Icon 213 Disable Help Message on Login (Recommended) Got nemo from >>here<<
  7. check your patches and iteminfo carefully. Make sure they are properly placed in the right paths NEMO: Ragnarok System Folder Check the iteminfo. Name must match with your patch Here's what my iteminfo looks like I think your GRFs are fine now. If only items are not translated, then it is more likely an iteminfo problem (No need to edit data files from GRFs)
  8. your order is wrong [Data]1=english.grf2=data.grf3=rdata.grf *prioritize english so it doesn't get overridden by the kRO files as for the LUB file, maybe it got replaced (check your downloaded translation file, it must be english and compare it with what you are using), cause it's ecrypted. just rename your english iteminfo.lua > .lub. it will work. you can also encrypt it if you want, but it must be english first
  9. try packing it all into GRF. the MISSING translation are TEXTURES from the translation data files and these are from iteminfo.lua/lub whatever you are using. try opening them in notepad++, if its gibberish, it got replaced. Sometimes when you patch, it gets overwritten by the kRO patch which reverts it back to korean.
  10. Use that option when diffing
  11. bka po ng update kayo nang revision then forgot to update your sql
  12. maybe check mmo.h for packetver.may be you have incorrect packets
  13. maybe packet problem? ngpalit kba ng client? ngwowork ba dati? ano ba ginawa mo?
  14. whole server = map,char,log server
  15. try to restart the whole server. maybe not all console windows are running that's why you can login but not move.
  16. 4145...................... ^^,
  17. Post #4049 onwards are wrong ^^ ^^ 4054! >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>^^
  18. why not DL using git. just revert back to that revision or download it using that revision already?
  19. I'm not sure if this is fixed or not but what revision are you using? I've seen this before and not sure if it has been fixed or not. Portal not showing up on 45th floor.
×
×
  • Create New...