Jump to content

Elsa

Members
  • Content Count

    22
  • Joined

  • Last visited

1 Follower

About Elsa

  • Rank
    Member

Profile Information

  • Gender
    Female
  • Location:
    Heart of Europe
  • Interests
    eA -> 3ceam -> rA -> Hercules -> ?
  • Emulator
    Hercules

Recent Profile Visitors

3106 profile views
  1. yeah indeed. its r586. i believe this is the most stable version that i know. But if u want new features you i suggest that you use the latest one. Im using r586 just for fun and as my first attempt.
  2. This my first attempt in mapping. Map base from ra_temple. Thanks for watching..!
  3. This not working { Zeny = Zeny + callfunc( "F_Rand", 5, 100, 1000, 10000, 100000, 1000000 ); } Just use normal setitemscript 668, "{ if ( rand(1000) < 200 ) { getitem 5374, 1; getitem 30002, 50; getitem 30001, 30;} else { set Zeny,Zeny+rand(1000000,10000000); } }"; Thanks @evilpuncker
  4. Hello Hercules. im trying to put this script on my event script but its give an error undeclare function script: OnInit: // 1.5% chance getting gold coin , else get random money of 100,1000,10000,100000,1000000 setitemscript 668, "{ if ( rand(1000) < 15 ) getitem 5374, 1; getitem 30002, 50; 30001, 30; else zeny = zeny + callfunc( "F_RandMes", 5, 100, 1000, 10000, 100000, 1000000 ); }"; end; How to make the script works? its for random item and zeny. Thanks in advance
  5. Better check up?! Maybe mysql crashes?? its happen again, but it crasheh the sql table 'char' and it need to be repair... Datsgir, how to fix about the crash? to prevent it to happen again. p/s : i already fix the crash 'char' table.
  6. Elsa

    script_add_str

    I know and clearly what the error mean. But where is "(in 'loading char/acc variables')"? Yeap, my English not very good, and yet LOL is seem suit to me. Maybe you previously ignored this message, or maybe you transfered/upgraded the Hercules.The only solution is update char_reg_num_db and replace all zeny with Zeny. im sorry for not very helpfull on this. did char_reg_num_db is sql table? bcause i dont see any field or content in the table named with zeny nor Zeny...
  7. Elsa

    script_add_str

    I know and clearly what the error mean. But where is "(in 'loading char/acc variables')"? Yeap, my English not very good, and yet LOL is seem suit to me.
  8. Better check up?! Maybe mysql crashes?? Im replacing src/login/ipban and re-import logs sql. Im tracing them now, my server just got up 15 minutes ago. I will come back later if i got somthing.
  9. Elsa

    script_add_str

    [Error]: script_add_str: detected possible use of wrong case in a script. Found 'zeny', probably meant to be 'Zeny' (in 'loading char/acc variables'). Hello hErcules, i have no idea what cause of this error. never get this. If someone have facing this kind of problem in the pass, i need your advice how to make this error disappear forever. Im allergic on RED color words on my console.. Thank for reading.
  10. Thanks for th reply guys. Really appreciate. import your logs.sql in your mysql @Naori logs.sql is already imported. Is your mysql running ?? Dastgir : i guess they are running because this problem accur when server running at least 4 5 hrs.
  11. [SQL]: DB error - Can't connect to MySQL server on '127.0.0.1' (111)[Debug]: at ipban_sql.c:218 - SELECT count(*) FROM `ipbanlist` WHERE `rtime` > NOW() AND (`list` = '125.*.*.*' OR `list` = '125.212.*.*' OR `list` = '125.212.121.*' OR `list` = '125.212.121.17')[Status]: Connection refused: IP isn't authorized (deny/allow, ip: 125.212.121.17).[SQL]: DB error - Can't connect to MySQL server on '127.0.0.1' (111)[Debug]: at loginlog_sql.c:90 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '125.212.121.17', 'unknown', '-3', 'ip banned')[Info]: Closed connection from '125.212.121.17'.[SQL]: DB error - Can't connect to MySQL server on '127.0.0.1' (111)[Debug]: at ipban_sql.c:218 - SELECT count(*) FROM `ipbanlist` WHERE `rtime` > NOW() AND (`list` = '219.*.*.*' OR `list` = '219.92.*.*' OR `list` = '219.92.128.*' OR `list` = '219.92.128.169')[Status]: Connection refused: IP isn't authorized (deny/allow, ip: 219.92.128.169).[SQL]: DB error - Can't connect to MySQL server on '127.0.0.1' (111)[Debug]: at loginlog_sql.c:90 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '219.92.128.169', 'unknown', '-3', 'ip banned')[Info]: Closed connection from '219.92.128.169'.[SQL]: DB error - Can't connect to MySQL server on '127.0.0.1' (111)[Debug]: at ipban_sql.c:218 - SELECT count(*) FROM `ipbanlist` WHERE `rtime` > NOW() AND (`list` = '61.*.*.*' OR `list` = '61.94.*.*' OR `list` = '61.94.173.*' OR `list` = '61.94.173.52')[Status]: Connection refused: IP isn't authorized (deny/allow, ip: 61.94.173.52).[SQL]: DB error - Can't connect to MySQL server on '127.0.0.1' (111)[Debug]: at loginlog_sql.c:90 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '61.94.173.52', 'unknown', '-3', 'ip banned') its make my map-server crash.
  12. I do have access to my root, and i have the log, but i dont know how to rproduce the error. [Wed Jan 14 03:47:08 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/css[Wed Jan 14 10:16:59 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/pma[Wed Jan 14 10:17:00 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/myadmin[Wed Jan 14 10:17:00 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/MyAdmin Try to use 'tail -f /var/log/apache2/error.log' at the same time when you trying to create account in FluxCP. so that you can see the full details of the exception.... "Congratulations, you have been registered successfully and automatically logged in." finally, i do not know how or remember how do i fix this. After im geting a break/nap from fixing this for 3 days when i woke up its already fix... :3 Thanks u guys for helping me out on this annoying problem... and
  13. I do have access to my root, and i have the log, but i dont know how to rproduce the error. [Wed Jan 14 03:47:08 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/css[Wed Jan 14 10:16:59 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/pma[Wed Jan 14 10:17:00 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/myadmin[Wed Jan 14 10:17:00 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/MyAdmin
  14. Thank for the reply... Can you tell me where can i see these log? Im totaly have a low knowledge on web-server things...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.