LearningRO Posted January 30, 2019 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 13 hours ago Share Posted January 30, 2019 hei, in my console i get this error [Error]: buildin_delitem: failed to delete 50 items (AID=2000169 item_id=6488). [Debug]: Source (NPC): Thanks Ticket Machine at malangdo (215,119) [Debug]: npc_scriptcont: 'Unknown NPC' (sd->npc_id=0) is not Thanks Ticket Machine (id=110365850). [Debug]: npc_scriptcont: 'Unknown NPC' (sd->npc_id=0) is not Thanks Ticket Machine (id=110365850). [Debug]: npc_scriptcont: 'Unknown NPC' (sd->npc_id=0) is not Thanks Ticket Machine (id=110365850) somebody can help about this? and the meaning of this error? Quote Link to comment Share on other sites More sharing options...
1 Functor Posted January 31, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Friday at 07:14 AM Share Posted January 31, 2019 (edited) I was able to reproduce it. I will share info about this vulnerability with developers. But in few days. I am not at home now. Edited January 31, 2019 by Functor 1 1 1 Quote Link to comment Share on other sites More sharing options...
1 Zell Posted February 4, 2019 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Saturday at 11:42 PM Share Posted February 4, 2019 6 hours ago, melv0 said: any news about this?? have developer try to fix this vulnerability? Prob this https://github.com/rathena/rathena/commit/25aaeec135409c735554f973a5c271c6be5acee6 Quote Link to comment Share on other sites More sharing options...
0 n0tttt Posted January 30, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 303 Reputation: 118 Joined: 12/10/16 Last Seen: Friday at 02:39 AM Share Posted January 30, 2019 Could it be because this other NPC's (malangdo,218,123,1 script Namis#invest 545,4,4) OnTouch gets executed while you're on the other and sets the player current NPC id to 0 with its "end"? Test removing this for now: OnTouch: if (rand(2)) emotion ET_SLEEPY; else specialeffect EF_SLEEPATTACK; end; Quote Link to comment Share on other sites More sharing options...
0 AnnieRuru Posted January 31, 2019 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted January 31, 2019 [Error]: buildin_delitem: failed to delete 50 items (AID=2000169 item_id=6488). comes from this linehttps://github.com/rathena/rathena/blob/master/npc/re/guild/invest_main.txt#L1579 this tells a lot few days ago melvo show me a screenshot of someone trying to hack in his server, he claim that player is duping elunium yes his map-server also spam with this kind of error I also have no idea how the countitem can fail the check, but the delitem command can catch it, maybe some 3rd party tools can bypass it Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted January 31, 2019 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 8 hours ago Share Posted January 31, 2019 (edited) 2 hours ago, AnnieRuru said: [Error]: buildin_delitem: failed to delete 50 items (AID=2000169 item_id=6488). comes from this linehttps://github.com/rathena/rathena/blob/master/npc/re/guild/invest_main.txt#L1579 this tells a lot few days ago melvo show me a screenshot of someone trying to hack in his server, he claim that player is duping elunium yes his map-server also spam with this kind of error I also have no idea how the countitem can fail the check, but the delitem command can catch it, maybe some 3rd party tools can bypass it yes , I have encounter the same issue at the same line in one of the server (it was beta test) and after the gepard is on the problem just disappear it make sense to be 3rd party software however I couldn't find what was the issue I think the best thing to do is make the delitem command return the number of the deleted items as extra check for those who done have any protection on their servers or does the script auto stop on fail , I just woke up xD Edited January 31, 2019 by sader1992 1 1 Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted February 1, 2019 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 13 hours ago Author Share Posted February 1, 2019 On 1/31/2019 at 11:25 AM, Functor said: I was able to reproduce it. I will share info about this vulnerability with developers. But in few days. I am not at home now. how did u reproduce it? with 3rdparty software?. i just want to know :D. just answer yes or no Quote Link to comment Share on other sites More sharing options...
0 Functor Posted February 1, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Friday at 07:14 AM Share Posted February 1, 2019 @melv0 Yes. P.S. I sent info to developers of emulators. Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted February 2, 2019 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 13 hours ago Author Share Posted February 2, 2019 6 hours ago, Functor said: @melv0 Yes. P.S. I sent info to developers of emulators. okay now make sense sometime i got this warning too? http://prntscr.com/mdq6e5 does this also include 3rd party software? Quote Link to comment Share on other sites More sharing options...
0 Functor Posted February 2, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Friday at 07:14 AM Share Posted February 2, 2019 Correct Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted February 4, 2019 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 13 hours ago Author Share Posted February 4, 2019 any news about this?? have developer try to fix this vulnerability? Quote Link to comment Share on other sites More sharing options...
Question
LearningRO
hei, in my console i get this error
[Error]: buildin_delitem: failed to delete 50 items (AID=2000169 item_id=6488). [Debug]: Source (NPC): Thanks Ticket Machine at malangdo (215,119) [Debug]: npc_scriptcont: 'Unknown NPC' (sd->npc_id=0) is not Thanks Ticket Machine (id=110365850). [Debug]: npc_scriptcont: 'Unknown NPC' (sd->npc_id=0) is not Thanks Ticket Machine (id=110365850). [Debug]: npc_scriptcont: 'Unknown NPC' (sd->npc_id=0) is not Thanks Ticket Machine (id=110365850)
somebody can help about this? and the meaning of this error?
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.