Jump to content

wizel1

Advanced members
  • Content Count

    52
  • Joined

  • Last visited

Posts posted by wizel1


  1. 15 hours ago, XObedient said:

    For the people that got issues while building. (this one got the camera fixed)

    Skills fix:

    
    UISkillCommand.cpp
    
    Line 184
    if( pCha->GetIsOnMount())
    	{
    		g_pGameApp->ShowMidText("Cannot use skills while Mount is in use");
    		return false;
    	}

    https://mega.nz/file/K3gnzQJJ#J9s9M4qKdXsBE5acyf3S7KIINA-DoE-ZffyVuF57yms

    you have other files? build is fail because not have the rest of file, and is differents from corsair release maybe can upload gameserver src?


  2. 19 minutes ago, Sultan said:

    Thanks! However, I faced a problem which is "Illegal birth place" when trying to create a character I think we do need Client SRC.

    yes or either get work client for some reason yagura goat billie luno have working client some odd reason...


  3. any know how can prevent item usage again if already used?

    example:

    i want use roll and i accidently use it again it waste item

    i want prevent accident use

     

    so if use roll cannot use again until time up and display

     

    (you already use roll, please wait)


  4. 3 minutes ago, gmedannik said:

    i update function, put into skilleffect.lua to the top and replace all BickerNotice function to BickerNoticeNotCrashed

    need change to BickerNoticeNotCrashed?

        BickerNotice(role,"potion is on cooldown wait!!! "..cooldown.." second(s) to use again!!!")

     

    vs

     

        BickerNoticeNotCrashed(role,"potion is on cooldown wait!!! "..cooldown.." second(s) to use again!!!")


  5. Just now, mkhzaleh said:
    
    	if string.len(message) > 100 then
    		BickerNotice(role,"<Loca Chat> Message too long!")
    		return 0
    	end	

    use this in your handlechat 

    for whats is use?

    if player many char too long then bickernotice "Message too long" ?

    = deny of request?


  6. 2 hours ago, Faller said:

    Yea, simply add something like this to your char_timer:
     

    
    if maintenance then
    	KickCha(role)
    end

    Then when you're ready to make a maintenance, simply do "&lua maintenance=true". You can also add other conditions, like don't kick players who are GM, or don't kick X name.

     

    Ps.: Don't forget to add the following line to variables.lua:

    
    maintenance = false

     

    i must set maintenance = true

     

    then when i want restart, for kick all

     

    im type in local chat  &lua maintenance=true 

    ?

     

    will players have access to that?

     

     


  7. 2 hours ago, Waka~ said:

    &kick (name)

    ex: &kick Waka

     

    or

     

    @@ disable name,1   (as long as I remember)

    ex: @@ disable Waka,1

     

    and check online

    any automatic system?

    examples:

    i want to restart

    or if server disconnect

     

    then kick all before closing

     


  8. 3 hours ago, Waka~ said:

    Need correctly stop gameserver.exe command "stop 30" or in game "&gamesvrstop 30"

    Where 30 - it time in sec

    I know that but am looking for other way like make sure all log out before I close or if server disconnect randomly how make sure no dupe/clone or rollback 

×
×
  • Create New...