Jump to content

Valiente

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by Valiente

  1. Here's the error message http://imgur.com/tuQHmIk I'm using it on an npc script http://imgur.com/VsbQ5Ff My map index also has it. http://imgur.com/fLmz0ww EDIT: Solved it, there was an extra space. damn
  2. I see, just downloaded this script somewhere. Automated Event script of Stolao. The script doesn't start events as expected though. Anyway, I found out that the npc is an itemshop instead of a cashshop. I've been wondering why that santa poring hat broadcast is popping out. Thanks!
  3. I'm getting this error message whenever I try to buy from an NPC cash shop? What's causing this error? I @cash thousands already but it keeps saying this http://imgur.com/LO8l9gc
  4. There are tons of them. The trick is how you look for them. Searching google and rathena forums did me good.
  5. https://github.com/rathena/rathena/wiki/scripting I tried going there, clicked some links and viola. Broken links. So... where's the old one? What I'm looking for is something like what hercules has that rAthena used to have since some of the github links are broken. http://herc.ws/wiki/Main_Page
  6. As the title says, where can I find it? It has been a while since I got back to RO development. It has been a tough road
  7. Oh f*ck, yet it was running. Let me try that. Now I hate multiple desktop apps. That fixed it man.
  8. I was able to download the patch just fine but after downloading all patch files, I always get stuck with this message. File name sometimes change for whatever reason I do not know. Has anybody experienced this before?
  9. This happens when I try to vote. I set the credit gain to 0 and I started getting this. I don't want players getting any points when voting atm as I am trying to implement a different credit point solely for voting.
  10. I am trying to create a login screen, but my exe can't read korean letters for some reason, so here is the files I want to add. But I need its symbol equivalent: By symbol equivalent, I mean this: À¯ÀúÀÎÅÍÆäÀ̽º These goes inside: data/texture/유저인터페이스/ - What is the symbol equivalent of this folder? is it this? À¯ÀúÀÎÅÍÆäÀ̽º Btw I am using this: http://rathena.sourceforge.net/tools/login_background/ t_배경1-1.bmp t_배경1-2.bmp t_배경1-3.bmp t_배경1-4.bmp t_배경2-1.bmp t_배경2-2.bmp t_배경2-3.bmp t_배경2-4.bmp t_배경3-1.bmp t_배경3-2.bmp t_배경3-3.bmp t_배경3-4.bmp I am using 2013-08-07 This fixed it: http://www.eathena.ws/board/index.php?showtopic=267161 I downloaded the files provided. It's translated to symbols so it worked.
  11. More details please. Thanks. http://rero.wikia.com/wiki/Setting_up_Patch_host Thank you man. I'll try that out! More details please. Thanks. http://rero.wikia.com/wiki/Setting_up_Patch_host HOLY MOTHER OF.... Thank you... I have spent 3 days for this. You will not be forgotten. I wonder why it wouldn't work with either my webhost or 000webhost.
  12. skill_lv applies to the amount of skill points an LK/RK spent on the Spiral Pierce skill. Let's say he leveled it to 10 . So by default: 50*skill_lv // skill_lv = skill level of Spiral Pierce 50*10 = 500 If you were to change 50 to 400: 400*10 = 4000
  13. I have had people checked my config file and main.ini and there's no problem according to them so I really don't see any difference. If you'd like, we can use Teamviewer for you to understand what my problem is.
  14. Already did that... If you want, we can use Teamviewer. I'd be very thankful if you demonstrate. I might even give you some Paypal money if you can fix it.
  15. Ang hosting ko ay 100mbs ang speed. Triny ko din sa mga free web hosting para makita ang problema. Tingin ko is parang client side na siya. Na dedetect naman yung notice.html ko. notice.html and patch url are totally different path, even if i config the correct notice html but wrong patch path, you will still have the same error like failed to communicate I read the manual. Spent two days already trying to solve this. Do you really think I didn't follow the manual.. This is what my settings look like: main.ini's file_url = http://localhost/rropatches/data/ config.ini's RootURL='http://localhostt/rropatches/' and URL='http://localhost/rropatches/notice.html' I am configuring this using a virtual machine. Using localhost as address in host is common practice.
  16. do I edit the ATK_ADDRATE(50*skill_lv); //Skill modifier applies to weight only? or do i need to add a new line of code? Have you tried it?
  17. Ang hosting ko ay 100mbs ang speed. Triny ko din sa mga free web hosting para makita ang problema. Tingin ko is parang client side na siya. Na dedetect naman yung notice.html ko.
  18. I did all that. Nothing changed. I set my mime-type to what the dude but nothing changed. Getting really frustrated to be honest.
  19. Sino po bang familiar sa error na to? Willing po ako makipag teamviewer if alam niyo po kung paano i-resolve to. Sinubukan kaong tulungan ni ossi pero hindi niya mahanapan ng paraan. Any of you guys willing to try and help me? Thanks.
  20. Very smart reply.. That's what the dude said in that link. I want to know how he did it. I am finished with the folder browing in IIS. This is what I am trying to follow:
  21. Can somebody please explain to me how this dude solved his? He didn't give much info though I am having the same problem he had. http://rathena.org/board/topic/80447-thor-patcher-failed-to-communicate-with-server/
×
×
  • Create New...