-
Content Count
74 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by cookie-rae
-
eh those ragnarok hosting some of them are scammers
-
You need to host it on your website no need to pay for another host.
-
i still use this the only problem here is the View: to ViewSprite: if i remember.
-
Can you help me with my killmvp script ?
cookie-rae replied to Random756's question in Script Support
in live server it should not do @reloadscript everytime as proper practice. -
Can you help me with my killmvp script ?
cookie-rae replied to Random756's question in Script Support
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. -
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.
-
this is nice kudos. keep the good work.
-
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.
-
WoW this is good fluxCp tbh. great work as always keep the good developments Thank you also for this file.
-
you need to update your sql guild table also.
-
sprite Archangel Wing Sprite Showing wrong in front
cookie-rae replied to enjay's question in Graphics Support
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.- 9 replies
-
- sprite custom
- graphics
-
(and 1 more)
Tagged with:
-
Can't connect to server in LAN network
cookie-rae replied to Vietlubu's question in General Server Support
Glad that works on you -
Can't connect to server in LAN network
cookie-rae replied to Vietlubu's question in General Server Support
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. -
sprite Archangel Wing Sprite Showing wrong in front
cookie-rae replied to enjay's question in Graphics Support
There is no VIewSprite that's why you cant see it. add ViewSprite: 206 under Loc: should be Loc: "EQP_GARMENT" ViewSprite: 49- 9 replies
-
- sprite custom
- graphics
-
(and 1 more)
Tagged with:
-
sprite Archangel Wing Sprite Showing wrong in front
cookie-rae replied to enjay's question in Graphics Support
In the itemdb?- 9 replies
-
- sprite custom
- graphics
-
(and 1 more)
Tagged with:
-
sprite Archangel Wing Sprite Showing wrong in front
cookie-rae replied to enjay's question in Graphics Support
yes check if your viewsprite is match to the sprites.- 9 replies
-
- sprite custom
- graphics
-
(and 1 more)
Tagged with:
-
sprite Archangel Wing Sprite Showing wrong in front
cookie-rae replied to enjay's question in Graphics Support
It is on view sprite i think. double check your system/lua . viewsprites.- 9 replies
-
- sprite custom
- graphics
-
(and 1 more)
Tagged with:
-
sprite Archangel Wing Sprite Showing wrong in front
cookie-rae replied to enjay's question in Graphics Support
Maybe the position of the sprite?- 9 replies
-
- sprite custom
- graphics
-
(and 1 more)
Tagged with:
-
Can't connect to server in LAN network
cookie-rae replied to Vietlubu's question in General Server Support
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. -
Can't connect to server in LAN network
cookie-rae replied to Vietlubu's question in General Server Support
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. -
Can't connect to server in LAN network
cookie-rae replied to Vietlubu's question in General Server Support
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. -
Great. Glad to know. sorry i was coding that on my phone hehehe
-
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.