Jump to content

FapFap

Community
  • Content Count

    318
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by FapFap


  1. 5 hours ago, Fisal Moha said:

    Hello I am getting the gameserver crash where it stop function and asking for debug mode and when I click in debug mode I get address id : 0x00561935 

     

    anyone know what that address about and if it have problem how to solve it ?

    ver 1.36 /38 or 2.x?


  2. I made an Exchanger NPC and im having such error at lua_err.txt

    [06-14 17:30:43]resource/script/MisSdk/NpcSdk.lua:173: attempt to index local `exchangeData' (a nil value)


    Exchanger NPC Script:

    function exch_1 ()
    
    	Talk( 1, "Exchanger: Hi, welcome! How can I help you?" )
    	Text( 1, "Exchange Item", SendExchangeXData)
    	Text( 1, "Nothing...",CloseTalk )
    
    	InitExchangeX() 
    	ExchangeDataX(	7505	,	300	,	7591	,	1	,	1)
    end 


    NpcSdk.lua Function:

    function SendExchangeXData( character, npc, exchangeData )
    	local packet = GetPacket()
    	WriteCmd( packet, CMD_MC_EXCHANGEDATA )
    	local npcid = GetCharID( npc )
    	WriteDword( packet, npcid )
    	
    	if exchangeData.count ~= nil then
    		WriteWord( packet, exchangeData.count )
    		
    		for n = 1, exchangeData.count, 1 do
    			WriteWord( packet, exchangeData.srcid[n] )
    			WriteWord( packet, exchangeData.srcnum[n] )
    			WriteWord( packet, exchangeData.tarid[n] )
    			WriteWord( packet, exchangeData.tarnum[n] )
    		end
    	else
    		WriteWord( packet, 0 )
    	end
    	
    	SendPacket( character, packet );
    end



    Error shows at SystemNotice after clicking "Exchange Item"


  3. On 10/12/2016 at 10:08 PM, Wrexor said:

    In link below there is an updated version of LuaSQL which should include all required files and its also registering lua functions automatically so after you compile or just copy already compiled dll just follow attaching guide in the first post on this topic.

    If you want to compile yourself be sure to select correct configuration depending on your server version, currently only 1.36 and 1.38 are supported.

    If someone wants a different version send me a pm.

    https://www.dropbox.com/s/3byhodvw2z26ef8/LuaSQL2.rar?dl=0

    1.36 DLL is bug, it wont register lua functions, it only loads the dll on top of gameserver.. ( tried it in clean and custom gameservers 1.36 )
    1.38 works fine and registers lua functions..

    could you check the 1.36 one?


  4. @KONG you can share the fix for the systemnotice & others?

    Also i found out that some people using this exploit aswell:
    Changing Birth Map to a map with big letters = GameServer Crash

    Also another similar one is done but its while teleporting character through Teleporter npc.

    Other: Flooding gateserver with Connections = Won't allow other players to connect & causes lag

    You have any ideas on these? ty

    • Like 1

  5. 2 hours ago, squaller said:

    since we re talking about exploits, ide say that theres infinite stats exploit,(they add the stats directly to the character, not stats points) i dont know how to do it , but is real, since some players did it on my server. they can get infinite stats even if you limit max stats on Init_Attr.lua. so if you guys are running server, make sure you don't have players edited, by adding an stats checking script .

     

     

    Just check attr's after player is created and change to 5 at AttrCalculate.lua

     

     

    14 hours ago, squaller said:

    btw the Changing Birth Map to a Map with big letters = GS Crash is because system chat, so we can say its fixed.

    Nope.


  6. @1g0rS1lv4 Theres another exploit to crash ur GameServer, which are being used from some kiddies out there.
    Changing Birth Map to a Map with big letters = GS Crash!
    Another one is done while Teleporting through NPC Teleporter.

    So far i know this two only & i talked about this with ROSO Owner "Derick" who had such problem tho, try make a DUMP File and check it out and share on forum and i hope as some of Known Devs already said on another topic that "if you share the problem they can help fix for the public"


  7. 19 hours ago, Danny said:

    When you can't make scripts work so you try and make threads about other servers... l m a o

    We all start somewhere, tho i dont lie if i take something..


  8. *no hate (nothing personal)*
    It's just funny to see how some Dev's of PO says that PO uses custom made unique stuff for example SKIN, cmon dude you copied ur SKIN from DBZ.. It's not bad to accept the truth..

    dbz.png.cfc6b09c32f1ce4c8c402090bdaa85c3.png

    • Haha 1
×
×
  • Create New...