Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. announce "TEXT",0,0xFF6600; The FF6600 contains the color, change it for get a new color : http://www.2createawebsite.com/build/hex-colors.html
  2. Check your SSL for your website : https://www.sslshopper.com/ssl-checker.html I have fluxcp in SSL and it doesnt have any issue.
  3. announce "This is announcement two.",bc_all,bc_blue;
  4. announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all;
  5. 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)
  6. This right click function is from clientinfo/sclientinfo.xml
  7. You can change their permission/commands in conf/groups.conf.
  8. 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).
  9. Try to check your log for errors then. when starting server/use skills. Maybe related to skilldb too.
  10. try to use back your older files that working for skillinfoz folder.
  11. is it working before this ? if not.. maybe your lua fiiles for skill ?
  12. or maybe your VM clock / PC clock having issue so the editing of it in 'future' wont affect the changes.
  13. 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.
  14. 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; }
  15. ragnarokheoes.roserver.net means theres typo there. see the spelling.
  16. have you check throughly either at conf/ folder or conf/import folder ?
  17. You should run the sql-files updates if you update the emulator so that it match with changes. just use the upgrade SQL.
  18. 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.
  19. the packets are not yet coded in rAthena emulator
  20. because its already run away ? Stuffed or hungry pet ?
  21. insert your high priority GRF loaded izlude map.
  22. *getmapxy("<variable for map name>",<variable for x>,<variable for y>{,<type>,"<search value>"}) This function will locate a character object, NPC object or pet's coordinates and place their coordinates into the variables specified when calling it. It will return 0 if the search was successful, and -1 if the parameters given were not variables or the search was not successful. Type is the type of object to search for: BL_PC - Character object (default) BL_NPC - NPC object BL_PET - Pet object BL_HOM - Homunculus object BL_MER - Mercenary object BL_ELEM - Elemental object use the latest one, BL_PC. getmapxy didnt use 0/1 anymore. Example : getmapxy .@map$, .@x, .@y, 0; to getmapxy .@map$, .@x, .@y, BL_PC;
  23. Have you tried reloadscript or restart server ?
  24. All I see = commented query.. just run the first post SQL query
  25. if you have phpmyadmin.. it has query tab so paste it in 'ragnarok' database and execute.
×
×
  • Create New...