Jump to content
  • 0
Sign in to follow this  
Samuel

@itemmap Plugin Conversion

Question

7 answers to this question

Recommended Posts

  • 0

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.

Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites
  • 0

Here's the File: attachicon.gifitemall.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? :) Thank you!

 

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

Edited by Samuel

Share this post


Link to post
Share on other sites
  • 0
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.

Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites
  • 0

 

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!

Share this post


Link to post
Share on other sites
  • 0

 

 

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 :)

Edited by ossi0110

Share this post


Link to post
Share on other sites
  • 0

 

 

 

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 :)

 

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!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.