-
Posts
722 -
Joined
-
Last visited
-
Days Won
10
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by LearningRO
-
if you want only available at prontera try this - script OneCommand -1,{ OnQuestCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom [email protected]_command$+" This Command only available at prontera town!"; end; OnMallCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom [email protected]_command$+" This Command only available at prontera town!"; end; OnDonateCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom [email protected]_command$+" This Command only available at prontera town!"; end; OnInit: bindatcmd "quest", strnpcinfo(0)+"::OnQuestCommand"; bindatcmd "mall", strnpcinfo(0)+"::OnMallCommand"; bindatcmd "donate", strnpcinfo(0)+"::OnDonateCommand"; end; }
-
Please share how to set up max damage.
LearningRO replied to jun10122's topic in Sprites & Pallette Downloads
i think its client limited or you must hex the client -
Has anyone experience this delay on their server every 2 days?
LearningRO replied to jmsngls's question in General Support
buy gepard and then u can use it in game just type !ping -
Has anyone experience this delay on their server every 2 days?
LearningRO replied to jmsngls's question in General Support
try contact to your hosting maybe have some issue with HDD I/O Speed -
You must edit manual each monster for that
-
yes possible just make your own HatEffect and combine with OnPcLoginEvent: if(getgroupid() == 5){ hateffect,<your Hat effect ID>,true; }
-
Quests, Games: Illusion Moonlight
LearningRO replied to crazyarashi's topic in Game, Event, Quest Script Releases
try to change s'etquestinfo_level to *questinfo <Icon>{,<Map Mark Color>{,"<condition>"}}; -
Delete unnecessary files from the client folder
LearningRO replied to Valcars's question in Client-side Support
try use this GRF https://herc.ws/board/topic/6801-release-the-data-grf-project/ -
you must edit each item do you want with effect drop at item_db_Equip/ETC/usable.yml and see this picture below
-
I am looking for Lite Graphic Plugin (LGP) or RCX
LearningRO replied to reinato's question in General Support
For RCX you can contact @phaicm -
maybe your issue came from this Try to change item equipment ETC FAV
-
[Guide] The complete Browedit tutorial.
LearningRO replied to Speedrun's topic in Maps & 3D Modeling Showcase
Nice Update man ... clearly and informative -
How can i edit lgp skill by skill?
LearningRO replied to pogihahaha's question in Client-side Support
you can do custom your own LGP version in DInput.ini -
Your Luaffile doesnt match with your client version try to find luafile whichis match with versio client do you use
-
Header: Type: MOB_ITEM_RATIO_DB Version: 1 Body: - Thanatos_Card 50000 try that
-
Thor Patcher Fails if Using Domain
LearningRO replied to ziqqfrytz0725's question in Third Party Support
try use www http://www.trantra-classic.online/tcpatch/ -
when you use my suggestion what error you get on console map server?
-
[Guide] The complete Browedit tutorial.
LearningRO replied to Speedrun's topic in Maps & 3D Modeling Showcase
Thanks for the explanation. Now I understand why you did that. nice tips -
[Guide] The complete Browedit tutorial.
LearningRO replied to Speedrun's topic in Maps & 3D Modeling Showcase
btw what purpose you must do quadtree before we save the map at the end? -
i dont think so gepard support client under 2010
-
try like this -Red_Potion 10000 Poring : true // or -Red_potion 10000 if you want affect to all monster who drops red potion choose option 2 but for spesific monster choose option 1
-
you can get the client from here http://nemo.herc.ws/
-
are u is that script in pre renewal mode? if yes u must add all item_randomopt_db.yml to your pre re folder
-
have some issue if LK use Peco2
-
So how do you actually use the Web Service feature?
LearningRO replied to PedroProplayer's question in Database Support
for centos u should try type this command scl_source enable devtoolset-7 before recompile