Jump to content

Chaos92

Members
  • Posts

    1543
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Chaos92

  1. means its not because of zeny script part then. zeny variable changes way already given from previous reply
  2. Make sure you didnt disable cash shop during client diff/ using nemo
  3. shouldnt it can be claimed 20 days by default ?
  4. yes Gepard have their own way of checking that which is = unique_id. MAC Address/IP Address can easily be manipulated.
  5. I saw some updates today : https://github.com/rathena/rathena/commit/132e74bd13629898c0d1f0c16be5a6a33607c734
  6. update to latest rathena or see this PR which already merged : https://github.com/rathena/rathena/pull/4919/commits
  7. https://github.com/rathena/rathena/commit/c4609b19d6910ae05d6424a8cb1da2142d870ef0 I think this one ? Try to use latest rAthena
  8. no .exe found, means your server isnt recompile yet. recompile will create the .exe. make sure recompile = success.
  9. use setup/opensetup.exe if its regarding amd, then just delete dbghelp.dll .
  10. Closed connection isnt something that should be worried about, its normal. There must be some other errors/issues that make it rejected. show your map-server and char-server logs
  11. Follow this one https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt
  12. Loc: Equipment location of armor and arrow-type items. Values below can be combined, i. e. 136 would indicate both accessory slots (typical value for accessories). (2^0) 1 = Lower headgear (2^1) 2 = Right hand (2^2) 4 = Garment/Robe (2^3) 8 = Accessory 1 (2^4) 16 = Armor (2^5) 32 = Left hand (2^6) 64 = Shoes (2^7) 128 = Accessory 2 (2^8) 256 = Upper headgear (2^9) 512 = Middle headgear (2^10) 1024 = Costume Upper headgear (2^11) 2048 = Costume Middle headgear (2^12) 4096 = Costume Lower headgear (2^13) 8192 = Costume Garment/Robe (2^15) 32768 = Arrow (arrow-type items only) (2^16) 65536 = Shadow Armor (2^17) 131072 = Shadow Weapon (2^18) 262144 = Shadow Shield (2^18) 524288 = Shadow Shoes (2^20) 1048576 = Shadow Accessory 2 (2^21) 2097152 = Shadow Accessory 1 https://github.com/rathena/rathena/wiki/Custom-Items
  13. announce "TEXT",0,0xFF6600; The FF6600 contains the color, change it for get a new color : http://www.2createawebsite.com/build/hex-colors.html
  14. Check your SSL for your website : https://www.sslshopper.com/ssl-checker.html I have fluxcp in SSL and it doesnt have any issue.
  15. announce "This is announcement two.",bc_all,bc_blue;
  16. announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all;
  17. Ive asked about this in rAthena github before and here it is : https://github.com/rathena/rathena/issues/4700 https://github.com/rathena/rathena/issues/4817 And here the explanation about regarding MVP item drop mode that has been added. https://github.com/rathena/rathena/commit/5110ddbaf47c358a4a656c32043eb9973b3cd0ab - Added a new configuration setting "item_drop_mvp_mode" * By default "item_drop_mvp_mode" is set to official order (0) which is always starting at first, then going to the second if the first didn't drop and only checking the third if the second didn't drop either * @mobinfo will now properly consider this and display the effective chance, so if the MVP has 3 MVP item drops at 50%, the first item will display the chance 50%, the second 25% and the third 12.5%, this should help a lot against drop rate confusion (e.g. players wondering why always only the first item drops when all three are displayed at 100%); this only applies to official order (0) * When "item_drop_mvp_mode" is set to random order (1), MVP item drops are checked in random order, but if one MVP item drops, the process will be canceled, so you will never get more than one MVP item no matter how high the drop rate is * When "item_drop_mvp_mode" is set to all items (2), all MVP item drops are checked and have a chance to drop, regardless of other MVP items already being dropped or not (i.e. there is a chance that the player gets all 3 MVP items)
  18. This right click function is from clientinfo/sclientinfo.xml
  19. You can change their permission/commands in conf/groups.conf.
  20. Hello, Try to copy default FluxCP Theme in theme/account/create.php and paste it in your theme folder. Make sure to ready backup first so that you can revert if anything happen (since I dont know which fluxcp version/commit changes that has been used).
  21. Try to check your log for errors then. when starting server/use skills. Maybe related to skilldb too.
  22. try to use back your older files that working for skillinfoz folder.
  23. is it working before this ? if not.. maybe your lua fiiles for skill ?
×
×
  • Create New...