Jump to content

Freya

Members
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    5

Community Answers

  1. Freya's post in Blacksmith - Whitesmith npc/.spr error was marked as the answer   
    Hello, Technoken is correct, check the sprite and its folder, and make make sure there's a file .spr.
  2. Freya's post in low hp and sp (help please) was marked as the answer   
    Hello, if you use @allstat or whatsoever into its most maximum, it will not work. Also, if you have not change anything in your files then I guess that would be all right, unless if you want to change the HP rate then you can change it.
  3. Freya's post in Plaese help, DB error was marked as the answer   
    Hello, on your mapserver it said that it did not detect .bonus_script or it does not exist.

    Make a blank SQL file and paste this
    CREATE TABLE IF NOT EXISTS `bonus_script` ( `char_id` INT(11) UNSIGNED NOT NULL, `script` TEXT NOT NULL, `tick` INT(11) UNSIGNED NOT NULL DEFAULT '0', `flag` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0', `type` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', `icon` SMALLINT(3) NOT NULL DEFAULT '-1' ) ENGINE=InnoDB; execute and try again. If you don't know how to make a blank SQL file please refer to this "Part 7: Installing files/tables"
     
  4. Freya's post in Compiling Errors was marked as the answer   
    What vcproj did you use? Okay my bad, so it seems that the rAthena github only contains up to 2015(?) vcproj right? In my experience, the vcproj would only work if the Visual Studio is 1 year apart from the vcproj (If you're using 2015, use the vcproj-14 -- in my experience, using the vcproj-15 on a VS 2015 would also result to the same error you have posted). So if you're using a 2017 Visual studio try rAthena-16 (As to this, I am not sure if there is rAthena-16 vcproj.) or try a lower version of Microsoft Visual, probably 2015 then use rAthena-14 vcproj (What I am using right now.). Hope that helps.
  5. Freya's post in help i can't attack player was marked as the answer   
    Hello, if @gvgon is enabled then that would be the source of your problem. As far as I remember, if @gvgon is enabled whilst @pvpon too, then players with the same guild cannot attack on each other since @gvgon has been prioritized, try turning @gvgon to @gvgoff and try again.
×
×
  • Create New...