Jump to content

cookie-rae

Members
  • Content Count

    74
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by cookie-rae

  1. eh those ragnarok hosting some of them are scammers
  2. You need to host it on your website no need to pay for another host.
  3. i still use this the only problem here is the View: to ViewSprite: if i remember.
  4. in live server it should not do @reloadscript everytime as proper practice.
  5. Hello this is killing all monster in map lol. better to disable monster in monster respawn for example in thor_v03 in npc\pre-re\mobs\dungeons\thor_v.txt <--- find the mob_boss and comment it like this. //thor_v03,0,0,0,0 boss_monster Ifrit 1832,1,39600000,600000,0 Just do this much better. to completely disabled. boss_monster is mvp you can find it on mobs folder each txt.
  6. gepard yes i think only functional that you can rent or buy at your own. and FluxCP yes it is secured in terms of public release of your website so you dont have to worry about it.
  7. this is nice kudos. keep the good work.
  8. there is another solution for that change the name in system/itemlua.lub and change these item ¿ëÀÇ?¸Á?È« name to your specific name. i think also it is client hex? lets wait other reply.
  9. WoW this is good fluxCp tbh. great work as always keep the good developments Thank you also for this file.
  10. in login table the s1/p1 should be changed to your desired username password. also change on the char/map conf the s1/p1 to able connect. to add your new account add a new column. 2000000.
  11. you need to update your sql guild table also.
  12. Try Ovh and digitalocean which one can be better on you :). i recommend this.
  13. You dont need to add it on spriterobeid.lub and 2dlayer you just need to edit in accname.lub accessoryid.lub and then itemlua that is the only one you need to edit.
  14. Why did you enable bind_ip: on login-server.conf you dont need to change these lines. Revert the change on login-server.conf and then try this char-server.conf // 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: "192.168.1.5" // 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: "192.168.1.5 // Character Server Port char_port: 6121 map-server.conf // 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: "192.168.1.5" // 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: "192.168.1.5" // Map Server Port map_port: 5121 } Now you should able to ping these ports on your client pc.
  15. There is no VIewSprite that's why you cant see it. add ViewSprite: 206 under Loc: should be Loc: "EQP_GARMENT" ViewSprite: 49
  16. yes check if your viewsprite is match to the sprites.
  17. It is on view sprite i think. double check your system/lua . viewsprites.
  18. Do you use wireless router? set to the router a open port so they broadcast open port on the whole server and they can meet.
  19. This is pping command https://github.com/codingfreak/pping https://github.com/codeliveroil/pping I usually double check if port is alive tho if i cant connect on my servers. also check firewall as i said and ports.
  20. you dont need to edit lan_subject as long you connect in router. make it default. Thus check your firewall if there is any blocking incoming outgoing. try also use in windows pping application to check the ip:port is available and active outside. pping serverip:6900* sample check 3 ports.
  21. Great. Glad to know. sorry i was coding that on my phone hehehe
  22. query_sql("select count(last_ip) from reward_logs where code = '" + escape_sql(.@pc$) + "'",.@claim1); if(.@claim1 == 1){ mes "This code can't claim with same ip." close; end; } mybad.
×
×
  • Create New...

Important Information

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