Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. no .exe found, means your server isnt recompile yet. recompile will create the .exe. make sure recompile = success.
  2. use setup/opensetup.exe if its regarding amd, then just delete dbghelp.dll .
  3. 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
  4. Follow this one https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt
  5. 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
  6. announce "TEXT",0,0xFF6600; The FF6600 contains the color, change it for get a new color : http://www.2createawebsite.com/build/hex-colors.html
  7. Check your SSL for your website : https://www.sslshopper.com/ssl-checker.html I have fluxcp in SSL and it doesnt have any issue.
  8. announce "This is announcement two.",bc_all,bc_blue;
  9. announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all;
  10. 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)
  11. This right click function is from clientinfo/sclientinfo.xml
  12. You can change their permission/commands in conf/groups.conf.
  13. 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).
  14. Try to check your log for errors then. when starting server/use skills. Maybe related to skilldb too.
  15. try to use back your older files that working for skillinfoz folder.
  16. is it working before this ? if not.. maybe your lua fiiles for skill ?
  17. or maybe your VM clock / PC clock having issue so the editing of it in 'future' wont affect the changes.
  18. Have you run the SQL ? I think this script should have their own SQL which need to be query first so that the table rankpvp01 are exist.
  19. I think you can use getgroupid script commands. *getgroupid({<char_id>}) This function will return the group id to which the invoking player belongs. - script Sample -1,{ OnPCLoginEvent: if ( getgroupid() > 0 && strcharinfo(3) == "mapname") end; atcommand "@kick " +strcharinfo(0); //or change to warp ? end; }
  20. ragnarokheoes.roserver.net means theres typo there. see the spelling.
  21. have you check throughly either at conf/ folder or conf/import folder ?
  22. You should run the sql-files updates if you update the emulator so that it match with changes. just use the upgrade SQL.
  23. u should change in your login database too. the default one is s1 and p1. find it in your database and change it to what you need as your setup.
  24. the packets are not yet coded in rAthena emulator
  25. because its already run away ? Stuffed or hungry pet ?
×
×
  • Create New...