Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/17/13 in all areas

  1. Hum did you compile by your self (if yes have you set configure --enable-packetver=20120418 ?) Set in conf/login_athena // Check The clientversion set in the clientinfo ? check_client_version: no and in conf/battle/client.conf // default value: 0xFFFFFF (all clients) packet_ver_flag: 0xFFFFFF And i sugest you to try with another diff exe less recent
    1 point
  2. the sun is checked, the shadow is unchecked. To fix the shadow in textures, be sure that your global shadow is set as (under Windows --> Global Shadow menu): Diffuse Light: Color: 1.00 1.00 1.00 Longitud angle: 45 Latitude angle: 45 Ambient Light: Color: 0.50 0.50 0.50 Intensity: 0.50
    1 point
  3. like this ? for( .@i = 0; .@i < getarraysize( .mvp ); .@i++ ) if( .monster == .mvp[.@i] ){ mes "It's MVP.."; close; } mes "It's not MVP."; close;
    1 point
  4. ./athena-start start >> athena.txt 2>&1 & And look at your athena.txt to see what happend
    1 point
  5. In my case, I dont use the shadow light with a higher value than the sun light. Try: The Sun at: 220 Max light of increment: 256 The Shadow at: 100~120 Max light of increment: 256
    1 point
  6. You should do 2 things: 1. Re-update your SVN. 2. Recompile.
    1 point
  7. hello TheLibra, Seems there is no problem with any distro of linux you are going to use. I've used Centos 5 and ubuntu server 12.04 and both runs perfectly. Were you saying that you'd like to play Windows games on Linux? well, i'm not really sure whether the game will run smoothly or not, never done that before. Have a nice day!
    1 point
  8. // If guild members must be online, uncomment this line. //set .@str$," AND `online` = 1"; set .@gid, getcharid(2); if (.@gid) { set .@count, query_sql("SELECT `char_id` FROM `char` WHERE `guild_id` = "+.@gid+.@str$,.@temp); if (.@count >= 10) { warp "map",x,y; end; } } mes "You need at least 10 guild members."; close;
    1 point
  9. Use a regular OnTouch NPC instead of a warp portal, then 'waitingroom' OnInit. Place an invisible NPC at the center of your warp portal with 'waitingroom' OnInit.
    1 point
  10. Kenpachi released a source modification for this on eAthena; I'm not certain that it will still work. http://www.eathena.ws/board/index.php?showtopic=270648
    1 point
  11. *me credits himself for the badges in this reply* Maki refused to credit me, he hates the fact I got rights xD!
    1 point
  12. CODE is the new CODEBOX. It has a scrollbar and Select Text button! I already did a mass Search+Replace on all old posts, and replaced [codebox] with [code]. | | | | | \ | / \ | / \|/ V Did you know you can add line numbers? [code=auto:1] You can specify a different starting line too: [code=auto:24] 'auto' can also be: js, html, sql, css, xml, nocode for JavaScript, HTML, SQL, CSS, XML, or no syntax highlighting. Don't use CODEBOX anymore because it won't do anything
    1 point
  13. LOADING SCREEN (click the image to enlarge) ANIMATED BANNER CREDITS Ragnarok Online is a trademark of Gravity Corp. All other trademarks and copyrights are property of their respective owners. © Gravity & Lee Myoungjin Studios (Studio DTDS) All Rights Reserved.
    1 point
  14. I don't see the need to move you in the Community Contributors group btw. whos this guy? gtfo?
    1 point
  15. (Okay... I have no idea where should I post this.) (after fu*ing 10+ hours, finally...) Special Thanks http://www.wipeoutgaming.info/ supply researching hosting to me Preview What is PayPal IPN (Instant Payment Notification) ? >> https://www.paypal.com/ipn What is PayPal IPN Converter ? This is a function will transform PayPal IPN message to what Ro server understanding so you can get paid news from PayPal and use it to do what you want (sample:send reward to donors automatically). Below is my consequent, include how to set IPN and simple converter . * 1. go to your hosting and look for this folder which is your phpmyadmin local file, I create a new folder named '' ipn '' 2. put this sample php ipn.php file into folder 3. if you put right place, you should be able to visit it and see this 4. open this php file and edit your account and password which you use for login phpmyadmin 5. login your phpmyadmin and create new database named 'ipn' 6. import this new table paypal_table.sql to this database 7. check is all okay by using sandbox >> https://developer.paypal.com/cgi-bin/devscr?cmd=_ipn-link-session send IPN 8. if IPN is okay, you should receive new date like this 9. after you sure all work well, go to and open ipn.php again change $ch = curl_init('https://www.sandbox.paypal.com/cgi-bin/webscr');to$ch = curl_init('https://www.paypal.com/cgi-bin/webscr');10. login your paypal and ''My Account'' >> ''History'' >> ''IPN History'' click ''turn on IPN'' and type 11. now when someone do something to you, PayPal should send IPN to you and your server will make it into database. and other thing, is npc sciprt problem. - refer : https://www.paypaltech.com/SG2/ refer : http://j.mp/X2DG6R refer : https://www.paypal.com/ipn
    1 point
  16. I don't see the need to move you in the Community Contributors group btw.
    1 point
×
×
  • Create New...