Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Winz

  1. better English, thank you? I can't understand your question
  2. Winz

    Date and time

    This? http://goo.gl/3Gr9RL
  3. below dispbottom "You received 100 "+getitemname( 9524 )+" by staying ingame for 1 hour"; and dispbottom "You received 1000 "+getitemname( 9524 )+" by staying ingame for consecutive of 6 hour"; you can put this: announce " "+strcharinfo(0)+" has received"+getitemname(9524)+" by staying ingame for 1 hour", 0; This may be a spam: will be broadcasted server-wide, and for players who gets the item. Use this: announce " "+strcharinfo(0)+" has received"+getitemname(9524)+" by staying ingame for 1 hour", bc_self; to broadcast ONLY for that player refer to: http://rathena.org/wiki/Announce
  4. 1. Running XAMPP Control Panel requires you to run it as and administrator. 2. The screenshots provided: - Screenshot 2.png (sorry) is not useful, since it is just a configuration of the MySQL server (which if you do not change (keep it default) then there is no problem with it) - Both screenshots: resolution is too small that it's difficult to read them. post them on some image hosting first, like imgur.com / tinypic.com / photobucket.com, then attach it by clicking on "Image" button on the reply box. Then, problem solved? If yes, please do a favor: mark the answer or edit the first post, click on the "Use Full Editor" and change the "none" into "solved" Glad I could be a help. wait. what? MySQL just provide a database information, which of course, do not mean that it provides services for ragnarok online clients. you INDEED need to run the runserver-sql.bat in order to utilize the MySQL databases. primitive overview: A guy (Ragnarok Client) asks a clerk (Ragnarok Server) to read and update his information stored on the archive (database) of an institute (Game Database) (waaaatt??)
  5. Hello again there, This maybe goes to the ones who handle the source files of rAthena Board. As we know, there's a "Wiki" button at the top of the page. Otherwise, when people click it, it will redirect to: http://rathena.org/board/index.php?app=ipbwiki which will redirect (again) to http://rathena.org/wiki/Main_Page Just giving a suggestion, why don't the link directly redirect people to http://rathena.org/wiki/Main_Page instead of http://rathena.org/board/index.php?app=ipbwiki ? the usual way will take more time that people may probably think that the site does not exist / under maintenance, or other, which leads them to close the tab directly. Well, I don't know other specific issue / the truth reason for this, but as I observed, the method I suggest loads the Wiki Main Page faster. Thanks for passing by and reading this thread! Hope you guys will have a nice day!
  6. http://portforward.com/english/routers/port_forwarding/routerindex.htm My deep condolence for the guides on this board for not being read.
  7. you can use resource hacker, open it, go to folder 24, 120, open item 1042. paste your clientinfo.xml there and compile script and save the exe I did this once and it was successful. but, I found out that it's not handy since I needed to change the clientinfo from time to time. remember to backup your files first. It was known that somebody embedded it with a dll then embedded it to the client. I just don't know how to do that. (or maybe he's embedding data.ini to the client, not clientinfo) This shall not go any further. we have crossed 50miles away from the line (this has gone too far from the question, even the thread starter isn't replying anymore.) I wonder how it's going.
  8. *facepalm* erhem.. well, sorry about the file name being typed wrong. it should be login-server_sql.exe and I am referring you to see the running login-server, not starting a new one. okay, just use the lua files from that folder v1 (seems like you don't want to do a checkout, well, typical creators) and you maybe can have other files from data v4 (not the luas) The videos may be outdated. keep that in mind.
  9. have you executed the files inside sql_files/upgrades, which are named as upgrade_sql*****, where ***** stands for the revision renewed? you need to do this one by one. If your previous revision is 541, then you need to run the upgrade_sql542, then 543, 544, and so on. you don't update a git through WinSCP. you do update it using GIT itself http://goo.gl/EcGG5E
  10. what do you mean? allowing the client to communicate through firewall? Since I'm using AVG, for all new (but untrusted) applications will be blocked to communicate. then, AVG will ask me whether I want to allow it or not. the other way is to manually allow it. you need to check your AV's configuration. may differ from one to another. I used Norton years ago. but, it brings lags and the updates are so terrible. I switched to AVG 7 that time and it's really wonderful.
  11. possibly the client is being blocked by either Windows Firewall or his preferred Firewall application (that he doesn't know) Or maybe he took away others' custom client (instead of making (diffing) a new one). this problem (taking away others' custom client) happened for several times in the past. *others may inject things to their client and encrypt it. pseudo: inject clientinfo.xml to the client
  12. oh sorry, forget about that one. my map-server says that there's something wrong with this line: costume .@Part; // Convert the Headgear you may have a clue there. What exactly you want to do there? also, it's better for you to use close2; end; instead of close;
  13. prt_in.gat,156,67,5 script Costume 715,{ change it to prt_in,156,67,5 script Costume 715,{
  14. if the client itself can connect to the 127.0.0.1, server has received the connection, and replied the request, then it should be,
  15. well, who knows? haha. it is. but, if his is the one that has the problematic skip obfuscation one, then he needs the one I posted.
  16. is it... blocked by antivirus? applications blocked by antivirus will have a "not valid 32-bit application" problem (please let me know your reply by quoting this message. I will not be here often) *don't blame me if I don't reply to this anymore
  17. hey! I'm looking for a CP that supports the renewal version! I know I can find it somewhere on this forum and it more likely to be in the downloads section! please help me search and get it. please please please please!!! (seriously, man? please search before post) even google can search it.. = = http://goo.gl/8MHOyM
  18. Hellooooo there, As I observed others' answers towards SVN thing, it is said that SVN is no longer supported, and we now need to use GIT. Otherwise, I found out in the wiki that the guides are still using SVN (currently has just read the CentOS section) Is it possible for someone to update it? *Sorry, I have never tried the GIT version and currently just passing by rA. I got midterms x.x Thanks for your attention!
  19. buggy03, I suggest you to revert on what you have done to the "console_silent". (make it 0, on char_athena.conf, login_athena.conf and map_athena.conf to show messages like others' do) the skip packet obfuscation is really important as it solved many problems. WDGSkipPacketHeaderObfuscation.rar put this inside your (WEE Diff Generator/plugins/WeeDiffGen/) and re-diff your client. Reconnect your client to the server and see what's the error message
  20. Be careful when you're encrypting your GRF. make an un-encrypted GRF backup everytime. I encrypted my GRF once, and it turned to a fatal error. It can be read, but it can't be edited nor updated.
  21. before you do this: Make sure that you have downloaded the fixed izlude map and had put it on the GRF file.
  22. wow, you're looking for it? try to google really old ragnarok clients.
  23. my problem is ""lhz_aura" in accname.lua LoL's oh, hahaa. I also got that problem too.
  24. Winz

    Status Point?

    What's your problem? I don't see any problem there. Are you talking that "Vit", if you want to upgrade, it will cost 104 points? well of course! your VIT is now at 212. of course it will increase the cost (almost) every time you upgrade it.
×
×
  • Create New...