[Help Thread] Please post your questions here.

12/22/2020 19:31 chet108#8086
2ns problem: when i don't put item it's long time stay in dungeon
[Only registered and activated users can see links. Click Here To Register...]

3) i try moon, lm, pp and all they broken. so i think all have this problem
do u mean i need change on_login.lua for fix it?
12/22/2020 20:17 Exterminator-[Fury]#8087
To change the amount of time that drops stay on the floor, change the following value in gameserver.opt file, make sure to compress when you edit the values in this file.

Code:
N:game.item_hold_time:7500
Quote:
Originally Posted by chet108 View Post
2ns problem: when i don't put item it's long time stay in dungeon
[Only registered and activated users can see links. Click Here To Register...]

3) i try moon, lm, pp and all they broken. so i think all have this problem
do u mean i need change on_login.lua for fix it?
12/22/2020 20:31 chet108#8088
ty ty :)
what about 3? where i can get dungeons coord for fix it in lua? :confused:
12/22/2020 20:42 Exterminator-[Fury]#8089
[Only registered and activated users can see links. Click Here To Register...]

been looking at some lua code and db instance tables, there should be multiple ways to solve this, but the following came up in my mind: through a player coordinates check on x, y every x min based on : game.use_time_based_event_script.

[Only registered and activated users can see links. Click Here To Register...]

If you link this in on_login.lua, you can make player teleport back to town or dungeon entry based on timer checks.

To get map x and y values you need to search in stringresource for the dungeon map, take the worldlocation [code] to find worldlocation x, y coordinates by searching for the [code] as [text_id]

You wil have to use the following to calculate x and y coordinates of the whole map:
For example circus x6 y1
Code:
X between 6x16128 =96768 and 7x16128 =112896
Y between 1x16128 =16128 and 2x16128 =32256
GL!

Quote:
Originally Posted by chet108 View Post
ty ty :)
what about 3? where i can get dungeons coord for fix it in lua? :confused:
12/23/2020 00:57 chet108#8090
that'a hell i try doing next:

warp(219257,15681) on login script, but that not help me.
after i trying use #warp(219257,15681,"chet") in herlock but that's get:
SCRIPT_Warp() : invalid name

but when i use /run warp(219257,15681) in game it's ok
12/23/2020 01:14 Exterminator-[Fury]#8091
It won't work like that, that wil teleport all players to the coordinates everytime they login... you don't want that. Read my previous updated post.
Use existing lua codes to figure out how things are written, copy the code and try adjust it to your needs, you can use the following post to help you:
[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by chet108 View Post
that'a hell i try doing next:

warp(219257,15681) on login script, but that not help me.
after i trying use #warp(219257,15681,"chet") in herlock but that's get:
SCRIPT_Warp() : invalid name

but when i use /run warp(219257,15681) in game it's ok
12/23/2020 01:18 chet108#8092
I thought that since the team in the game is working, then I could save the coordinates of the player. then move the player to the city and execute the command to move him back :lul:

hm i trying other client and that's okay on loading but it have more other problem xD
what the file i need dump and put in current client?
12/30/2020 15:59 chet108#8093
i need help with understanding how work with skill.
i copyed healer buffs data from SkillResouce and insert it but with new id.
i'm add in SkillJPResource data for new skill too
and add in SkillTreeResource this skills.

pet have this skill - can learn but can't use. what am i missing?


oh i need SS tab too.

why skill start cast but stoped and endless animation? how to fix it
(only with heal skill(buffs) problem)
fixed that too
01/02/2021 13:13 bodzioelite#8094
guys im trying find solution for this. i made new skill in game just copy and paste old one i dod replace stats that i wanted also added to skilljpresource and skilltreeresource i took skill and skilltree and hash it to my game client but skill still dosnt work . any tips ?
01/02/2021 15:47 chet108#8095
why u don't change skilltreeresource? here u set job_id for the one who uses the skill? or i'm wrong?
01/02/2021 20:28 bodzioelite#8096
Quote:
Originally Posted by chet108 View Post
why u don't change skilltreeresource? here u set job_id for the one who uses the skill? or i'm wrong?
terribly wrong cuz i set up all staff like this but the new skill i made dosnt work at all !!!! it show icon and all stats but dosnt do anythink just apear in game as dumb
01/02/2021 20:57 SilentWisdom#8097
Quote:
Originally Posted by bodzioelite View Post
guys im trying find solution for this. i made new skill in game just copy and paste old one i dod replace stats that i wanted also added to skilljpresource and skilltreeresource i took skill and skilltree and hash it to my game client but skill still dosnt work . any tips ?
Quote:
Originally Posted by chet108 View Post
why u don't change skilltreeresource? here u set job_id for the one who uses the skill? or i'm wrong?
Quote:
Originally Posted by bodzioelite View Post
terribly wrong cuz i set up all staff like this but the new skill i made dosnt work at all !!!! it show icon and all stats but dosnt do anythink just apear in game as dumb
dbo.SkillStage :)
01/02/2021 21:01 chet108#8098
ohhh yup that's too. here animation work if i understand right

hey silent can u say (oh that's fine what u silent and i try talking with u) easy way for adding item in drop for every mobs (like event) maybe u know/have admin tools for this?
01/03/2021 12:35 bodzioelite#8099
Quote:
Originally Posted by SilentWisdom View Post
dbo.SkillStage :)
I love you <3 ( no homo xD )

Quote:
Originally Posted by SilentWisdom View Post
dbo.SkillStage :)
do you know how to solve translation on items now cuz all of them goes "<br" ? code for example

<#17f39c><B><size:13>#@skill_enhance@#<#ffffff>T wo-Handed Sword Expert Lv#@level@#<BR><size:6><BR><size:10>Passive#@detai l@#<BR><size:6><BR><size:10><#ffffcc>Increases attack speed when using a two-handed long sword, two-handed mace, or a spear.<#ffffff>

and all it shows is <br

i did one @#auto_tooltip#@ that didnt help works for items well but for skills not :(
01/04/2021 19:39 GreekToMe#8100
Hi there, I downloaded ThunderNikk's 7.4 Clean US Client from the Useful Links Section, problem is when I run the client it comes up in German.
Does enyone have a 7.4 client that they are willing to letr me download please, or is there a way to get this client to change language?
Using MuSTA2222 7.4 server files

Thanks