Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. what is the display resolution of your pc?? 3440 x 1440 ??
  2. it's already an automated script. - script PRaceStart -1,{ OnMinute27: if(gettime(3) == 1 || gettime(3) == 3 || gettime(3) == 5 || gettime(3) == 7 || gettime(3) == 9 || gettime(3) == 11 || gettime(3) == 13 || gettime(3) == 15 || gettime(3) == 17 || gettime(3) == 19 || gettime(3) == 21 || gettime(3) == 23) donpcevent "pracetrigger::OnRaceTrigger"; end; }
  3. Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any).
  4. check the version ... you can use @version or refer the version info at map-server when it startup.
  5. about the Asura's SP recovery blocking issue, you can try use the sc_end to end the status and then heal the SP. if ( getstatus(SC_EXTREMITYFIST) ) { sc_end SC_EXTREMITYFIST; } usage of @command in script, should be avoid if possible.
  6. if i recall correctly, you need to reload mob db after you changed the rates.
  7. have you adjusted the settings using any setup.exe or opensetup.exe based on your pc settings?
  8. Haha, thx alot for the offer, I will let you know once I complete a set of it The original quality is actually alot better than the screenshot, the snipping tool captured the screenshot with lower quality. cant believe there are still exist other users who still using the old classic MS Paint tool hahahah ~ Graphic stuff was never an easy tasks for me I am envy with those member who can do art well
  9. same reason for why you kept you password and didn't share to everyone.
  10. if someone DDoS your network, and your network failed to respond to all these huge amount of request, it die ... down.... become unavailable to other users who try to access it.
  11. LOL, why you no tell me earlier... I spent so much of time to extract from their WZ files xD and crop it ... that was hell experience since I have no idea how to use Photoshop Adobe.. I was only using the Paint tool to done all these images LOL.. anyway thx
  12. change all relevant data type in the source to larger data type ... or maybe packets if necessary?
  13. remove the old guild member from their that has more than 25 members, until the guild has less than or equal to 25 members.
  14. I am also looking for a way to disable the Doram creation window/menu. Any ideas? use older client.
  15. missing script command. you can try find the commit from the rAthena commit history and apply it into your eAmod emulator. or simply switch to rAthena or rAmod.
  16. you can try apply this to your warper. https://pastebin.com/JnYju1Jv add in the data into the SQL table. IP Address mapname max user to connect at one time Just add this line before the npc warp your players. F_MaxIP( getcharip(),"payon" ) --> check only payon
  17. search for getitem in the script and change the item id.
  18. perhaps you should show us the "output" that you get. and describe what should be the "proper output" you looking for. the script itself update every hour. but the database update every short interval, 300 seconds if i recall correctly.
  19. Hello everyone, I guess this is my first topic ever in Graphic Section since I joined eA/rA/Herc back in 2009 till today! This is my first time succeed in create a custom mob sprite that usable in RO. The monster look familiar to you? Yes, it's indeed one of the monster in MapleStory. Monster from MapleStory are always one of my favourite, they are adorable and cute. I like it very much! Hopefully I will be able to create more of those sprites, so that I maybe able to start writing a MapleStory Party Quests into RO. * Newbie in this spriting field.
  20. i believe the emulator itself has the backward compabiity for all previous old clients, it should be work fine as long as you provide the correct settings and packets settings.
  21. sql-files\upgrades\upgrade_20131105.sql
  22. if you are using some tool like SourceTree ..or others, you can still browse through the commit history. https://github.com/rathena/rathena/commit/1450a8527df6adc6ba8b251d928add1ede7853b9 just refer to the git-svn-id that stored in each old commit.
×
×
  • Create New...