Jump to content

PeaceMaker

Member
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Posts posted by PeaceMaker

  1. 7 hours ago, Braxy said:

    Hi, this is a common issue. Maybe is because at login is set to a null pointer but im not sure (didn't check actually)

    Anyway, if you are trying to write "rejoin func" into dungeons keep in mind that each time someone leaves the dungeon and it has timers on him, timers will be removed.

    Therefore i suggest you to take a better look on this function because it can be messy af :) 

    Yeah i did realize that, had to edit some of the main timers on quests to server timers instead and it seem to work just fine for now ( Im just testing the functionality on 2 -3 dungeons for now )
     

  2. 55 minutes ago, WeedHex said:

    Wtf you want to do? Send a notice on login? Why you make the select buttons? At least put say() before...

    That was just an example, even if i put say() before that wouldn't matter the select doesn't seem to work without a target or letter.

    and what i need this for is for dungeon rejoin, after getting disconnected you'd get a select option to either Rejoin or Abandon the dungeon you were in. 
    As for now i made it with letter but i guess i'll make GUI for it if the select isn't an option.

    thought it could only be a problem on my server maybe ? 

  3. 16 minutes ago, Mali61 said:

    wtf?

    Where do you get times?? It's not same everytime. If you open exchange or anything it will change

    I've looked again over your code and yes every calculation you did on CalculateDeadTime can be done client side. 
    I know it would take more time to do that as you need to set the last time you traded or opened a shop then do the calculation ... 

     
    But i just don't like using extra unnecessary packets that can be prevented. 

  4. Hello everyone, 

    I've noticed that selection on login doesn't really work after you select the option you want 

    Example :
     

    		when login with pc.get_map_index() == MAP_INDEX begin
    			if select("AAAAAA","BBBBBB") == 1 then
    				notice("AAAAAA")
    			else
    				notice("BBBBBB")
    			end
    		end

    Does anyone know of any other working case for this situation. ( I just want to use LUA for now )

    Thank you .

  5. Just now, Dobrescu Sebastian said:

    @Exygo 

    Else part can be removed, it's not used at all. I left that line just because i wanted to see if there is a else there (for traceerror). You can remove it if you want.

    Yes yes i did, why ? Test yourself and see why.

    You want this be fixed ? Copy the tutorial nobody wanted to do for years even for money.

    the playersettingmodule part is useless since you already edited chrmgrRegisterMotionData and its identical to chrmgrRegisterCacheMotionData now , 

    and yeah as masodikbela mentioned increasing the  c_Deleting_Wait_Time was most likely the factor change.

  6. On 6/26/2019 at 11:36 AM, Exygo said:
    
    void CCamera::SetViewMatrix()
    {
    	m_v3View = m_v3Target - m_v3Eye;
    	D3DXVECTOR3 v3CenterRay = -m_v3View;
     	CalculateRoll();
    	m_fDistance = D3DXVec3Length(&m_v3View);
    
    	if (std::isnan(m_fDistance)) // 19 august 2018
    	{
    		std::string s_m_fDistance = std::to_string(m_fDistance);
    		//CScreen s; s.UpdateViewMatrix(); // scos
    		TraceError("SetViewMatrix : m_fDistance is NaN, value %s", s_m_fDistance.c_str());
    	}
    
    	assert(m_fDistance >= 0); // problem

    Not fixed but actually found where is the problem, it happens mostly when you move the character a lot near bridges using only mouse not WASD.

    The problem is still on the official servers if I am not wrong I remember long time ago I checked and they got the problem too.

    Kinda hard to track it down as i use nvidia . 
    But thanks ill look it up

  7. On 10/23/2017 at 3:04 PM, Exygo said:

    Hello guys, I made this thread to inform you about a little bug that I found. Some of you maybe didn't know about it or just simply don't have it or it happens just for some video cards.

    I thought this may be useful for some users so this is the info.

    This bug is also on official servers too.

     

    How to reproduce the bug

    Set the resolution to a higher one in config.exe, for me it happens with resolutions above 1280x800(I used 1440x900 to reproduce the bug)

    The bug is from one of the assert functions in binary src and only happens when you move your character with W A S D keys, if you move it using just mouse cursor everything is fine.

    You can see the error if you reproduce the bug with the binary compiled on DEBUG mode.

    Bug preview:

      Reveal hidden contents

    SKS0gJDITEGJh2_7XqOxwA.png

     

    Have anyone been able to fix this bug ? 

  8. 12 hours ago, Cunoo said:

    Thank you for answer. i have clean both sources.. and what i should do ? I mean what changes ? Where i need to start i looking in packet and i dont see any change 

    Use beyond compare to get detailed results between the 2 sources, if packets match then you should be able to connect using the same client you currently have.

    • Love 1
  9. image.png.577f9bf5a87e47c141806476cff50c6a.png
    You have a function that already exist to destroy all effects use it and select the effects that you only want them to be removed .
    and then add a condition on CInstanceBase::__AttachEffect for not attaching the effect after being removed .

    Not sure if that's gonna work but i guess it should :P 

    • Love 1
  10. 2 minutes ago, Galet said:

    It's for example purposes. You can change it for a lot of things and pretty much whatever you want. This system is really usefull as it changes alignment name based on the sex of the player, which is not especially useful in english but it is in a lot of languages. For example in French "Agressif / Agressive" "Cruel / Cruelle" "Chevalier / Chevaleresse".

    Ahh gotcha . im english that's why :D 

    • Love 2
  11. 20 hours ago, flexio said:

    PeaceMaker is customer of Ch3HP, he have to write good about  him or kiddo will ddos his server.

     

    latest?cb=20150411151719&format=original

    I never actually paid him to stop attacking me ?.
    He joined my discord and I asked him myself to attack me before he does .

    We just had a little talk and he seemed like a nice guy .

    If i was you i'd pay him . its not a shame if you cant fight him ?

    Image result for if you can't beat them join them

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.