Jump to content

mirabell

Members
  • Posts

    197
  • Joined

  • Last visited

Everything posted by mirabell

  1. are both the server and you client on the same machine? cause i noticed that when i was running a test server from my own pc and i would try to log into it from the same pc i would get the same error. the way i am able to fix it is by changing the sclientinfo ip to 127.0.0.1. then i had no issue connecting to my test server on the same PC.
  2. Is there a git or svn for thor where i can get the lastest build ? cause i seen a few but they all different modified version. Not sure which is the best and most stable to use. thanks in advance
  3. hello, is there a patcher that can update the files in a encrypted grf? Or does the entire grf need to be replaced if there is any updates ?
  4. usually there some sort of error when it crashes in game does it show any errors at all or it just crashes ?
  5. does this still work with 2015-11-04 thanks
  6. mirabell

    OnInit:

    thanks so i should be using (gettime(DT_HOUR) >=16 && gettime(DT_HOUR) <=19) thanks i forgot about the curls its been 4 years since i wrote a script
  7. sorry to revive this but i didnt think it was appropriate to open a new topic when one was opened. I have a dedicated server for RO and a webhost for my website. My website allows Outgoing port to be opened but not incoming. doesnt it need both to work ? i wanted to know this before i transfer to this new webhost. I figured website sent request out but doesnt it need the incoming reply ?
  8. mirabell

    OnInit:

    this isnt working for me not sure why OnInit: if (gettime(3) >=0 && gettime(3) <=3) set $@isnight, 1; night; if (gettime(3) >=4 && gettime(3) <=7) set $@isnight, 0; day; if (gettime(3) >=8 && gettime(3) <=11) set $@isnight, 1; night; if (gettime(3) >=12 && gettime(3) <=15) set $@isnight, 0; day; if (gettime(3) >=16 && gettime(3) <=19) set $@isnight, 1; night; if (gettime(3) >=20 && gettime(3) <=23) set $@isnight, 0; day; end;
  9. it's a standard flux script here the link https://github.com/rathena/FluxCP/blob/master/data/npc/PeakNPC.txt the table is automatically created by flux control panel and i verified that it is there.
  10. yes the script load to the server and when anybody logs in it creates this sql error in the mapserver
  11. hello i'm using the scripted called Highest peak that flux control panel uses. im getting a sql error, not sure if its because something changed in Rathena so i wasn't sure if its source or script or database related. [SQL]: DB error - Incorrect table name '' [Debug]: at c:\users\truenoir\desktop\rathena\rathena-master\src\map\script.c:16 173 - SELECTusersFROM `` ORDER BYusers` LIMIT 1 [Debug]: Source (NPC): Highest Peak (invisible/not on a map) [SQL]: DB error - Incorrect table name '' [Debug]: at c:\users\truenoir\desktop\rathena\rathena-master\src\map\script.c:16 173 - INSERT INTO `` (users, date) VALUES (1, '2017-2-2') [Debug]: Source (NPC): Highest Peak (invisible/not on a map) thanks
  12. i had the same issue its because it still looking for the database mob_db2 and item_db2 you need to comment out and enable the RE tables for custom db. to do this goto rathena/conf/inter_athena.conf and change these // Map Database Tables item_db2_db: item_db2 //item_db2_db: item_db2_re mob_db2_db: mob_db2 //mob_db2_db: mob_db2_re mob_skill_db2_db: mob_skill_db2 //mob_skill_db2_db: mob_skill_db2_re to these // Map Database Tables //item_db2_db: item_db2 item_db2_db: item_db2_re //mob_db2_db: mob_db2 mob_db2_db: mob_db2_re //mob_skill_db2_db: mob_skill_db2 mob_skill_db2_db: mob_skill_db2_re
  13. thanks that worked but back 6 year ago the extra 2 i thought was for area of affect but i guess that changed.
  14. I'm getting this error when loading my npc [Warning]: npc_parseview: Invalid NPC constant '723ü' specified in file 'npc/cus tom/move/event/poring.txt', line'57'. Defaulting to INVISIBLE_CLASS. [Warning]: npc_parseview: Invalid NPC constant '723ü' specified in file 'npc/cus tom/move/event/poring.txt', line'70'. Defaulting to INVISIBLE_CLASS. and this is the script paradise,143,87,1 script Time Portal#porev 723,2,2,2,{ specialeffect 300; sleep2 1000; warp "morocc_o",159,95; end; OnInit: disablenpc "Time Portal#porev"; end; } morocc_o,159,112,1 script Time Portal#porev3 723,2,2,2,{ specialeffect 300; sleep2 1000; warp "paradise",143,101; end; } not sure where its getting the 723ü <-----u from thanks
  15. thanks i figured it out and i came back to say i figure it out lol. i have another script with a error and that one i haven't figured out. but its unrelated so ill open another topic thanks
  16. Hello i made these script 6 years ago and back then it never gave an issue but i recently decided to open another ro server and I'm getting a mapserver error. The error is "incorrect use of 'close' command. This is the script. i would like to know what changed so i can fix the script. thanks daisy_01,279,275,4 script -::-03 111,{ cutin "wpage08",3; npctalk "Looks like one of the diary's page"; npctalk "Do you wish to take the diary's page?"; menu "Hmm, yea seem useful.",L_page08,"Naa, it's a waste of inventory space.",L_end3; L_page08: if(countitem(37009) != 0 ) goto L_got; getitem 37009,1; close; L_got: npctalk "You have 1 already"; close; L_end3: npctalk "You left the diary's page."; close; }
  17. mirabell

    Flux skins

    oh that's all << LMAO my knowledge about php is basic so i guess this isn't something i can achieve. thanks for the information
  18. mirabell

    Flux skins

    I was trying the flux skins and i notice they all come with an outdated Flux. If i was to update the flux it came with will it remove skin ? is there a way to use the free skins with the new flux ? Thanks
  19. Hello its been a while since i ran a server about 4 year. Wanted to ask if it's possible to use pet_db as a sql table rather than a txt file? or would this require server modification? i'm interested in it being sql if possible so i can so some website queries thanks
  20. i have a question: Is the message "to many vertical lines" able to be hexed to be silent and not display? Cause we took a Mob from tera and converted it to RO and it works fine except for the fact that you get that error one time, then you click "ok" and it doesn't appear anymore and the monster seems ok. you can leave the area and come back and even @jump aways in the map and go back and the error wont display again. It will however display if you leave the map and come back. So beside the one time annoying "To many vertical line" I didnt see any deformities in the mob i made. It seems to me like the vertical warning is really a warning and not that important that i can tell
  21. a long time ago a friend of mine edit my svn so pet DB work from sql rather than text. I dont know what i did with the edit since i been aways from RO server for a bit. Where and how would i go about editing the source to be able to use Pet_db as a sql table. thanks
×
×
  • Create New...