Code:
Problem description:Guys I got a bug here and I do not have any idea about that. When you get level>=5, you'll starts to walks above the others players and NPCS, you'll be like the paper form(yes is a Naruto Game), and I did search about that in codes and I did not got anything, absolutely anything.
Do you have any idea?
ID:2353667
Mar 15 2018, 8:12 pm
|
|
Mar 16 2018, 10:16 am
|
|
Try density? It might be switching ur density to 0 instead of keeping it at 1.
|
In response to Narutogx2
|
|
i checked, still 1
|
Perhaps check bump? There could be something for the player running into another player that makes them pass through? Would probably look something like src.loc = M.loc
|
In response to Kaiochao
|
|
i did search everything in ctrl f about lvl>=5 or lvl==5 and i found anything
|
It probably isn't specific to level 5 then, it's probably something that sets a value based on the level variable. You'd need to search the code for usages of the variable in general.
If you wrote the code yourself, that should be a trivial thing to do. If you're using someone else's work, then it's gonna be a big headache -- and you shouldn't use someone else's work. |
In response to Nadrew
|
|
I'm not using a work from someone else... This game was with a friend who was programming with me, he did that, and idk where he his, to ask him...
|