Jump to content

anacondaq

Members
  • Posts

    1096
  • Joined

  • Days Won

    38

Everything posted by anacondaq

  1. http://git-scm.com/ git tutorial. Dear RO servers must read & use it for quality coding.
  2. Euphy, can you recommend for me maby some book with algorythms?
  3. anacondaq

    H>code

    Why you wont to make it by yourself? Is very easy, all what you need to do it's enable your brain and RTFM!
  4. Show please /db/re/item_misc.txt line from 1097 to 1103; (
  5. Sorry for my english, some question: I have many variables, for example a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p; all of them have different values (number) I need to find variable where number is bigger then all other. For example: set a,10; set b,54; set c,13; set d,0; set e,12; set f,9; set g,43; set h,2; set i,15; set j,13; set m,1512; set n,236; set o,51; set p,521; I need to find m variable. because it's have 1512, but before finding i need analize all another variables to get who have biggest value. Help me please.
  6. Kisuka, nice trolling! I think developers not idiots here, and they understand main thing. Ragnarok Online it's classic mechanic. "pre-re" it's root of all things. If someone will touch "pre-re", i think ro will be die with this community, and other else communityes after 1-2 month. And i will help to do that too. If we do create branches, we'd have three:Mixed RE/pre-RE, as it is now. RE only. Pre-RE only. The main branch would be the first, so you wouldn't notice anything different. (Again, this is a big "if" - we're always short of developers.) you want decrease or increase dev. work? I cannot understand. Stop this thread, and close it. I can't watch this thread, because i get butthurt.
  7. check for pay money. I really do not understand, why i must wait so a long time for getting this hackshield: ) xD
  8. maby i dunno. P.S. just e-mail contact? No any IM contacts, like ICQ, jabber, YM, MSN, facebook???
  9. My problem: i want buy harmony, i was send request to harmonize.it; I do still waiting 3rd day paypal check for made pay. Anybody know how to conctact to harmony owners without website? Like Instant messanger? Or e-mail? Etc? I already know about 72 hours what writed on their website, but that is bad, because harmony not 2$ hackshield, and i want buy it, but owners wont gimme a way to make deal between us:)
  10. Stupid question. Read manual first. You make your server on your localhost first? If yes, than you must to know, what operation system do you use. If you have on your virtual private server Linux Distro, you need first: 1.) Make database (install mysql-server); and import your sql database. 2.) You must copy all your ragnarok files to your vps via SSH; 3.) You must compile your server specially for linux distro chmod a+x configure ./configure --enable-debug=yes make clean make sql 4.) When you complite compile, you will have in your ro folder few files: map-server_sql, char-server_sql, login-server_sql; How to start? It's easy ./map-server_sql ./char-server_sql ./login-server_sql But in *athena you can find premaded file what run all 3 servers by only one command: ./athena-start start But i recommend to run each server stand alone, in screen. Example: screen -S mapserver ./map-servere_sql -> enter - > ctrl+d screen -S charserver ./char-server_sql -> enter -> ctrl+d screen -S loginserver ./login-server_sql -> enter -> ctrl+d Why i like it? Because i can easy manipulate by each server. But first, i strongly recommend to read that: http://www.linux.org/tutorial/view/beginners-level-course and that: http://wiki.rathena.org
  11. Мда... Для тупых, люди ищут Xray. если говорить о тупости, то я дал ссылку где есть х-ray. Но если вам "тяжело", открыть http://eathena.ws/board - это ваши проблемы. Никогда не брали оттуда XRay, а брали с форума хелиума. за всех не говорите.
  12. Мда... Для тупых, люди ищут Xray. если говорить о тупости, то я дал ссылку где есть х-ray. Но если вам "тяжело", открыть http://eathena.ws/board - это ваши проблемы.
  13. мда.... http://svn.games-service.net/
  14. rathena already say to you where you have problem! homunculus_S_max_level : must be between 0 and 99! packet_db_ver in /db/packet_db.txt change to 30;
  15. I'm not recommend to use ghost ladder pvp script. it's bugged, and can crash your map server by: to many debugs wrong getarg(0); wrong KDR function; wrong announces wrong attachrid (it's make map-server crash) sometimes after getarg(0);
  16. sorry, but are you kidding? You write all technical quest what you need. Try to build your logic script part by yourself. 1.) read manual first! /doc/*.txt; 2.) create logic thread step by step how it must work. 3.) find commands in manual 4.) use it 5.) profit.
  17. if (class = %allthirdclasses%) && (readparam(bStr)>150 || readparam(bAgi)>150 || readparam(bVit)>150 || readparam(bDex)>150 || readparam(bLuk)>150) {resetstatus;} as like that. It's easy to do.
  18. http://www.000webhost.com/ + http://www.dot.tk = profit
  19. anacondaq

    GRF Editor

    best program ever for editing grfs.
  20. no any optimization? Only higher CPU Ghz will win perfomance?
  21. It's imporant for me, i must to know for increase perfomance. Better will be 1 CPU core with 3Ghz, or 2x2Ghz? (just exaple, sure i have larger value); Help me with answer i dunno.
  22. нужно больше информации, для начала точно скопируйте, или хотя бы сделайте скриншот проблемы.
×
×
  • Create New...