Jump to content

behemothcze

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by behemothcze

  1. thanks mate problem solved, i just use ALTER TABLE `loginlog` ADD `unique_id` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `rcode`; ,its on db mod that functor send me thank you.
  2. got the same error after reimport all the log files
  3. igot this debug error everytime i use @itemshower ?
  4. where can i edit the character position ?
  5. +1 can you add some @check so i can check how much points i have . and also can stop the hourly if afk for 30minutes and ned to relog. thanks
  6. +1 can you add some commands on it sir like @check where i can see how much points i have.
  7. i just did what you said after re import my sql it fix the error but got new lol .
  8. - script Sample -1,{ OnInit: set .amount, 40; // amount of item to shower set .item_id, 7227; // item id to shower set .item_id2, 1234; // next item id to shower set .map$, "prontera"; // map to shower bindatcmd "itemshower",strnpcinfo(3)+"::OnShower"; end; OnShower: while ( .count < .amount ) { do { .@x = rand(1,500); .@y = rand(1,500); } while (!checkcell(.map$,.@x,.@y,cell_chkpass)); .@var = rand(2); makeitem .@var?.item_id:.item_id2,1,.map$,.@x,.@y; set .count, .count + 1; } set .count, 0; end; } can anyone change this to area only where i use @itemshower instead of random area thanks.
  9. Hi Guys ! Can anyone give me some script for Hourly Rewards that gives #cashpoints 1hr 10 2hrs 15 3hrs 20 4hrs 25 5hrs 30 6hrs 35 thanks
  10. behemothcze

    Web Config

    Hi Need help i have a working flux cp for my server but then i change its theme .i used this theme the problem is Home - Register -Server info clickable is not working how to configure it. sorry for my bad english.
  11. i just want to edit my lub but it doesn`t seem i can edit it at grf editor this is my accname.lub accessoryid.lub
  12. the reason i dont use "port forward" is i dont own the router i just connect in a shop that owned by my cousins thats why i find some other way thanks for reply sry for bad english
  13. i follow https://artisticmachine.wordpress.com/2013/09/15/ragnarok-offline-eathena-server-setup-diy/ guide and it works perfectly , the question is, is it possible to make it online ?? i try hamachi with this config map_athena // Server name, use alternative character such as ASCII 160 for spaces. // NOTE: Do not use spaces in the name, or guild emblems won't work client-side! server_name: eAthena // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters) wisp_server_name: Server // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: hamachi ip // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: hamachi ip // Character Server Port char_port: 6121 inter_athena // Global SQL settings // overriden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: hamachi ip sql.db_port: 3306 sql.db_username: ragnarok sql.db_password: ragnarok sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: hamachi ip char_server_port: 3306 char_server_id: ragnarok char_server_pw: ragnarok char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: hamachi ip map_server_port: 3306 map_server_id: ragnarok map_server_pw: ragnarok map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: hamachi ip log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: log log_codepage: // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: hamachi ip // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: hamachi ip // Map Server Port map_port: 5121 map_athena subnet_athena // Subnet support file // Format is: // subnet: net-submask:char_ip:map_ip // you can add more than one subnet subnet: 255.0.0.0:hamachi ip.hamachi ip at first i try to run the server without editing clientinfo in my grf , it works fine , But when i edit the Clientinfo.xml in zwx.grf using grf editor , i cant connect but server side is working fine !!
×
×
  • Create New...