Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. Kido

    error

    allright huh my last card if you don't mind, send me a pm with your ro server and the grf that is causing the error, i'll take a deep close to it and try to fix it if i fixed of course i will let you know the only thing left is that when you diffed your client ayeb you didn't make it to read first the grf instead of the data folder
  2. it worked in the past i don't know why it shouldn't work now ): i didn't even touched the fluxcp config files, only i touched them to enable showexceptions and enable debug mode but the errors was pretty the same thank you for repplying Edit: the error now changed and in the hosting said "I recommend that you clear your IPTables, and try restarting your MySQL server. service iptables stop service mysqld restart " i reallyyyyyyy hope this gonna fix it Edit2: i did as they said but the problem persists x_x Edit3: Solved Looks like my webhosting had ports blocked and by telling them which ports and what information is transfered so they can unblock them and they did, thanks to the vps too that told me which ports and what ip address if it is blocked too. In the end, my webhosting did a backup of the page and now the error turned from line 161 to line 81 and then the ports got unblocked and that basiclly is how it got fixed by both the vps service and the webhosting. Also you have to make sure that the sql is turned on for the page, just run this commands The only problem now is that the fluxcp says that the server is off and that there is not players connected D: service mysql start service mysqld start Thanks too to Akkaring and Sanasol too for answering my post. I hope this help in the future. Thanks again!
  3. huh allright, i will ask them again they said that my service is "unmanaged" lol isn't their fault or something i guess then i was like huh well they got a point there since then i don't ask for support, only for vps billing and when the service gets down gonna ask again, i hope they will help me thanks again akkarin o:
  4. lol at that by the way, you should check this trunk/doc/script_commands.txt there are a lot of commands and how to use them plus, there is always the wiki hehe http://rathena.org/wiki/Main_Page
  5. i already sended a ticket to the page hosting, but one of their supporters via chat said that "we don't support programation" :'| so i guess i have to wait for the ticket huh i can't move hosting of vps, i don't have the money to move the whole thing (it will be again setup that i can't pay x_x) huh i guess i will quit ro this can't be solved my website has been with that error by more than a week, the server is still in rankings, if ppl click they will just won't be able to register, my server is already alone . . . huh how sad thank you anyway akkarin, let's see what ppl of the website hosting can do p.s.: i wouldn't like to say which vps hosting is since it's a member here and their support is always great, plus i don't want that ppl ho ddos attacked it get what they want (gain members/users or make the vps service provider lost its clients) thanks again for the repply :') Edit: i was trying to install ceres cp but it got an error pretty simillar o:
  6. i don't know if this has something to do but, my vps service provider got its bydgets ddos attacked and then my server went down and the page too after that, they gave me that command and now i can enter to the sql and to putty and run my server, but the page stills affected and until now it doesn't display properly ):
  7. Hello, thanks for repplying, huh i still have the problem, it only happens with the fluxcp, i can still go to the forum page, i have debug mode enabled and showexceptions too (setted true) i can access to my sql, the sql of my server where i have the login char and so on o: huh i don't understand at all how to change the option o: sorry i really don't know ): i don't know if this has to be but, something similar happened when my vps service went down, i wasn't able tu run the server and wasn't able to enter to mysql they told me a commands that will turn the sql enableing me to finally run the server and that worked o: i was hoping if is there some commands like that so i can "turn on/run" the sql and maybe it will work again o: i used this commands service mysql start service mysqld start thanks again for the repply (´:
  8. i know, it's kinda hard there are a lot of other cool free (i guess?) sprites over the web, try to find some for your server (:
  9. nah don't worry lol let's just see what happens (:
  10. huh make a sprite, for not experimeted ones will be kinda hard you will have to wait for a spriter (dunno if they are around here, i hope they are) to do it, and sadly, i'm almost sure that they will want to get a payment I: or wait here until a spriter answers hehe i leave you this guide that made this guy i'm sure it will help you if you don't find any spriters http://rathena.org/board/topic/61862-guide-spriting-101-creating-a-sprite-and-act-file/ i hope it helps (:
  11. to modify the damage, and the skills you will need to modify the source (src folder located in trunk/src) in the file skill.c well pal i don't know about source modifications and i wouldn't touch it at all because one mistake can make your server unable to run until the error is fixed and as i far i know it won't be easy i suggest you to wait until a core developer here answers, for a safer answer (:
  12. i believe must be in .bmp format, before updating the grf, first make a safe copy then modify one of the copies so you won't have any errors it must be .bmp format because that's the format that it reads hehe to be honest, my sister know a lot of photoshop, i don't like her pretty often, but when i do she tells me some basic things lol i just used premade pic for it, not the big deal, thank you anyway hehe there are a lot of videos in you tube to know how to use photoshop for a basic level like mine, you can try google too eathena.ws is kinda abandoned (pretty inactive) and 3CeAM huh dunno about them but since we are similar projects i don't see why you can't ask here of course the only problem that may appear is that some modifications to the source and script can be kinda different, so let' just take care of them rAthena can be renewall and pre-renewall (eathena like) so you can always choose lol no need to worry about it every emulator and project has it's own errors/bugs, and that's ok so they can be fixed by the staff and that will make the emulator better plus, there's always the forum, where you can ask anytime, even if you are not a merely a rAthena emulator user lol allright i'll see them well i already saw them, see you there since i already gave you what you asked for, i guess this topic can be closed, if you need more assistance only for the pictures there send me a pm and i'll answer as fast as i can see you (: don't hesitate to ask here lol
  13. it was done with help of the cute cute scripter, credits to her too (:
  14. oh it wasn't me at all, i recieved help so, credits to her too please (: the cute cute scripter
  15. I'm so sorry, i just added something that i shouldn't tested and working, use this please - script arriving -1,{ OnPCLoginEvent: if ( !#new_account ) { announce "Hey "+strcharinfo(0)+" has just arrived! Welcome and have fun!",bc,0x33FF33; dispbottom "Hello my friend, Welcome to the server, i hope you make a lot of friends and have fun, once more, welcome!!"; #new_account = 1; } else end; } by the way, did you make sure to tab in the first line? line 1 - script arriving -1,{ when you copy paste, the tabs does not are copied, so you need to tab manually -<tab>script<tab>arriving<tab>-1,{ hit tab on your keyboard where it says "<tab>" of course don't include the word "tab" and the " < > " here is a screen of how it appears (hit the spoiler button. Why? because i love it! well, and because the image is large hehe (: ):
  16. huh allright, remember the links i gave you so you can use the background also remember to save the logo as it should be (format .bmp) if you need help again let me know it and i willt ry to help you as far as i can i'm not that good lol, i just know some tricks profesional banners and login screens are pretty better huh i will improve more and then i will offer my services, of course it will be free hehe anyway, if you need something else feel free to ask here, most of the questions/problems that you may encounter will be solved here (& the rA wiki & google) Edit: ah lol the difference
  17. sorry i don't know how no-ip works at all, i use XAMPP instead you will have to wait untile someone else answers, meanwhile, i suggest you search in google or in the rAthena forum good luck (:
  18. it has to do, those names have to change too huh did it work?
  19. read here http://rathena.org/board/topic/73120-how-to-run-using-no-iporg-and-home-based-server-connection-dsl/ that topic is bascily the same question how to run a server with no-ip i hope it helps (: @-SkittleNugget- yeah that's a problem, well it's off topic
  20. what we have here is just someone who want to test a server with no idea of it, that's fine we all just came to life know nothing but cry lol allright pal you just need to read some articles first before asking start here http://rathena.org/wiki/Main_Page this topic with simillar question may help you too http://rathena.org/board/topic/78672-test-server/ before asking make sure that you firstly saw the support section so you may find an answer already you will find most everything here http://rathena.org/board/forum/3-support-releases/ you have to read and learn my friend, or you will end for paying for the simpliest tasks
  21. huh that is not possible at all, unless your sql storage table is not properly working (storing data) of moved items what your player did was that he didn't update its Ro, or the last patch you did, that may cause the error since your player didn't update, the item maybe turned blank (when there is no image in the item folder of the data) i guess the item correctly moved to the storage ir the player keeps it in its inventory if you can store items in your storage and you can take them, leave them there or see them, then there is no way that items may get "lose/disappearing" as a far as i know tell the player to update the patch or the Ro and then maybe that will help
×
×
  • Create New...