@itemmap Plugin Conversion

Here's the File: itemall.txt (there was just minor error that cause the crash)

P.S: I was not able to attach .c file so I have just renamed it to .txt.

 

Attachments

Last edited by a moderator:
Here's the File: 
attachicon.gif
itemall.txt (there was just minor error that cause the crash)

P.S: I was not able to attach .c file so I have just renamed it to .txt.
Hmm, what is the minor error?
default_smile.png
Thank you!

Edit: Still not fixed... Still causing map server crash

 
Last edited by a moderator:
Missing calls to these in plugin_init were causing the crash.
itemdb = GET_SYMBOL("itemdb"); bg = GET_SYMBOL("bg"); mapit = GET_SYMBOL("mapit"); pet = GET_SYMBOL("pet");
since itemdb->(and others) were used but not defined in plugin_init.
 
Last edited by a moderator:
Missing calls to these in plugin_init were causing the crash.
itemdb = GET_SYMBOL("itemdb"); bg = GET_SYMBOL("bg"); mapit = GET_SYMBOL("mapit"); pet = GET_SYMBOL("pet");
since itemdb->(and others) were used but not defined in plugin_init.
Still getting crash.. and I have found this console error: HPM:get_symbol:itemmap 'bg' not found!

 
Missing calls to these in plugin_init were causing the crash.
itemdb = GET_SYMBOL("itemdb"); bg = GET_SYMBOL("bg"); mapit = GET_SYMBOL("mapit"); pet = GET_SYMBOL("pet");
since itemdb->(and others) were used but not defined in plugin_init.
Still getting crash.. and I have found this console error: HPM:get_symbol:itemmap 'bg' not found!

Im workin on it atm ,  Plugin doesent crash anymore but atm the items are not given out
default_smile.png


 
Last edited by a moderator:
Missing calls to these in plugin_init were causing the crash.
itemdb = GET_SYMBOL("itemdb"); bg = GET_SYMBOL("bg"); mapit = GET_SYMBOL("mapit"); pet = GET_SYMBOL("pet");
since itemdb->(and others) were used but not defined in plugin_init.
Still getting crash.. and I have found this console error: HPM:get_symbol:itemmap 'bg' not found!

Im workin on it atm ,  Plugin doesent crash anymore but atm the items are not given out
default_smile.png
Alright, will be waiting  for it. If you want, you could also post the code so we could see and look and try to find what's wrong too. Thanks!

 
Back
Top