Jump to content

mirabell

Members
  • Posts

    197
  • Joined

  • Last visited

Everything posted by mirabell

  1. i was curious about this as well But i notice they wont attack other player if they attack them. Is there a way to make 2 mobs attack each other and if a player hit it then it will attack the player as well?
  2. every time I'm in Lutie trying to click the strange mark the chat box just freezes on "I found the strange mark" after about a minute the close button appears but cant progress through the rest of the quest. geffen,207,114,4 script #Hiddne01Easter 844,{ if (oversea_event2 > 519) { OnRelease: specialeffect EF_PATTACK; mes "- I found ^0000FFthe strange mark^000000. -"; next; specialeffect2 EF_HOLYHIT; mes "- I can definitely feel that"; mes "- ^0000FFRina^000000 has been released"; mes "- from the curse."; mes "- ^006400Let's go back to Rina!^000000"; if (checkquest(9122) < 2) { completequest 9122; setquest 9123; } close; } end; } xmas,144,52,4 script #Hiddne02Easter 844,{ if (oversea_event3 > 269) doevent "#Hiddne01Easter::OnRelease"; end;
  3. is title system supposed to display the title on a player name? This is my first time using the system but i notice when i equip a title and hover over my name i dont see the title. Is there some sort of option or setting that i missed to display it. Thanks
  4. yea normally i know its there but the portal is gone to go inside in renewal i can @warp anthell01 but inside there no portal to get out or go to next floor
  5. Sorry for the noobish question, but i been away from rathena for couple year and i tried to find anthell entrance and could not find it. Portals seem to be gone. Was anthell removed from renewal or moved to another map ?
  6. does anyone have the sql that supposed to come with this. its missing and i kinda apply the update and cant start server without it
  7. how do you enable flux cp to display descriptions once you add this to mysql?
  8. this isnt a client issue, this need to be added to the src. Item 7621 works but item 6316 does not work. It does say resurrect but it does not do anything with 6316
  9. i wasn't sure if this is a database, client, or svn issue so i posted in general support. token of Siegfried not working? i get the resurrect menu but when i click on it, it does nothing. I'm using client 2018-0620e. I didn't diff skip resurrect button either. And im using a svn from about 2 weeks ago so fairly new. thanks edit: ok i think i found the issue, i got the token from roulette and it uses id 6316 and i think the src is set for 7621.
  10. where is the documentation that shows the emotion ids for mob_skill_db? i checked const.txt and the doc folder but i couldn't find it. thanks
  11. Im trying to figure out what uses the bonus sql table. thanks
  12. Im trying to make a script that checks a players equipped title. i was looking in script commands but couldnt find one pertaining to title system. IS there any that check what title is currently equipped to a character?
  13. i would like to be able to move pet_db to SQL. Before i get hate for this, It should be added to the inter_conf option use_sql_db: yes For those that want to use SQL
  14. I put the question in database cuase im using sql for skill_db, Is it possible to set a boss monster summon slave tiny or large? '29910', 'Easter Gardian@NPC_SUMMONSLAVE', 'idle', '196', '4', '10000', '2000', '60000', 'no', 'self', 'slavele', '1', '29979', NULL, NULL, NULL, NULL, NULL, '11' currently it summons a slave and its regular size. Thank you
  15. hi, it doesn't seem to work if you have more than one server in the server select.? it just goes straigh to asking which server to select and then still ask for username and password
  16. can you explain what you was trying to run when this error happen. seem like you was trying to install something?
  17. yeap same way. only diff i notice is that is you use 2015 it ask you if you want to upgrade the file to version 140 and if you use 2017 it will ask you if you want to upgrade to 141. I selected OK and it auto upgraded the file then i did CLEAN and then REBUILD and it compile perfectly fine.
  18. did you make this change in the Battle folder or the import folder? And if you use the import folder did you make sure its called import and not import-tmpl
  19. hello rathena no longer support compiling with older compilers. i believe they support vs2015+ so the sln to use now is rAthena.sln I personally use vs2017 community which is free.
  20. cant lower the egg id tho every custom item we have works normally. Its when you try to capture the pet that this happens. it will always be successful then it will output a mysql error on Char server. Which i found weird cause i'm used to seeing errors in the mapserver not char server.
  21. Well official is a bit vague since IRO has both renewal and pre-renewal servers. First you need to research whether you want Re or Pre Then as for player count, If you plan to have 500+ player i would go with a vps or dedicated. I wouldn't run it from a home PC. As for price it all depends on where you go. I see vps/dedicated for 30 to 100+ a month depending on where you go. Might find some RO specific server tho i tried 1 once and it was awful tho i heard a lot of people have good result with them. So do your research, check their reviews and if they have a lots of bad reviews i would stay aways.
  22. i tried changing the field to a few different type so i assume then its a source restriction ?
  23. i get a mysql in char server [SQL]: DB error - Out of range value for column 'egg_id' at row 1 i tried changing the egg_id column from smallint to a mediumint but it didn't work. Is there some sort of source i need to modify or is it a mysql issue i can resolve? the id of the egg is 42600. thanks
  24. oh this is client based, thanks ill try it
×
×
  • Create New...