Jump to content

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. 1. itemcashdb in db 2. check attendance system 3. try reloadbattleconf
  2. Why not view in FluxCP . Admin account can search players account, view inventory, storage, etc. If you need to delete it, just delete it in databases.
  3. As far as I know, you doesnt need to disconnect when VIP System is activated if you use VIP System in rAthena.
  4. Did you use Google Translate ? I cant understand the question at all. disconnect what ? do you mean logout ? and what should be updated or inserted ?
  5. Is this can suit your requirements needed ?
  6. Check your accessoryid and accname most probably there. Or itemdb make sure the view id is correct.
  7. Try to check your iteminfo. if the sprite and collection+item .bmp exist, most probably because of the identified sprite name
  8. you can git pull origin master to pull it to latest master. You might need to fix any merge conflicts if its happen.
  9. what clientdate ? Make sure you add accessoryid.lub and accname.lub too in lua
  10. U require to insert the password for 'root' when you installed mysql. That is your root password. and use mysql user credentials details and edit inter_athena with that.
  11. yes, you can try to pull it or wait for it to be merged in master.
  12. https://github.com/rathena/rathena/pull/4725 try to take a look here, its still in code review and not merged in master yet.
  13. I dont know what translation are you using. But should have msgstringtable.txt in data folder. Example : https://github.com/zackdreaver/ROenglishRE/tree/master/Ragnarok/data in https://github.com/zackdreaver/ROenglishRE.git Example : https://github.com/llchrisll/ROenglishRE/tree/master/Ragnarok/data in https://github.com/llchrisll/ROenglishRE
  14. Depends on your GRF. Your GRF should have msgstringtable.txt using any translation client files. The files should be in GRF /data folder and to open GRF = can use GRF Editor.
  15. About the message, edit it in msgstringtable.txt in your GRF data folder. Try to search the keyword u want to change in it
  16. in your GRF. data/msgtstringtable.txt Search keyword 'Smooth'
  17. I give you an example . Check in itemdb. 2798,Will_Of_Exhausted_Angel,Will Of Exhausted Angel,4,0,,200,,0,,0,0x00008100,63,2,136,,99,0,0,{ if(strcharinfo(3)=="job3_arch02") { bonus2 bAddDefMonster,1761,50; bonus2 bAddDefMonster,1762,50; } },{},{} u can add bonus using strcharinfo(3) for exact map script.. or if im not mistaken you can use getmapflag(strcharinfo(3),mf_gvg) if you want to include all GVG map listed in GVG mapflag.
  18. By using item_noequip.txt. // Forbidden Items Database // Defines restrictions on equipment, items, and cards in map types and zones. // // Structure of Database: // ItemID,Flag // // Legend for 'Flag' field (bitmask): // 1 - restricted in normal maps // 2 - restricted in PVP // 4 - restricted in GVG // 8 - restricted in Battlegrounds // 16 - restricted in WOE:TE castles // Restricted zones - configured by 'restricted <number>' mapflag // 32 - restricted in zone 1 // 64 - restricted in zone 2 // 128 - restricted in zone 3 // 256 - restricted in zone 4 // 512 - restricted in zone 5 // 1024 - restricted in zone 6 // 2048 - restricted in zone 7 // 4096 - restricted in zone 8 // // Passing negative value as flag will unset the flag instead. // // Examples: // 1201,1 // Knife can't be worn on normal maps // 608,4 // Yggdrasil Seed can't be consumed in both GvG and WoE Castles // 4174,6 // Deviling Card has no effect in every PVP or GVG map, and during WoE // 501,32 // Red Potion can't be consumed on maps marked as 'restricted zone 1' // 519,322 // Milk can't be consumed in PVP and maps marked as 'restricted zone 2' or 'restricted zone 4' (256+64+2) // 519,-2 // Unset `restricted in PVP` flag from Milk. Making it usable in PVP again.
  19. You should import everything. and whats in itemdb_re or itemdb is just a database which u can view it it FluxCP.
  20. Are you sure you already set the variables .GetJobEquip below to true ? The Jobmaster NPC have a few settings line that you can change depends on your need a few lines before the line of code ends. .Platinum = true; // Get platinum skills automatically? .GetJobEquip = false; // Get job equipment (mostly weapons) on job change?
  21. StateIconList[EFST_IDs.EFST_OVERLAPEXPUP] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { { "Malangdo Cat Can", COLOR_TITLE_BUFF }, { "%s", COLOR_TIME }, { "When defeating monsters" }, { "Increase Base Exp and JOB Exp rate received" }, { "Increase item drop rate" } } } in your GRF. data/luafiles514/lua files/stateicon/stateiconinfo.lub
×
×
  • Create New...