Jump to content
  • 0

Looking for Someone Good at Coding...


Darkpurple

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  187
  • Reputation:   7
  • Joined:  09/04/12
  • Last Seen:  

Topic: Remark The Items on First bought/got Map
 
 
I want my MYSQL table (inventory, storage, guild_storage, cart_inventory, mail, auction) add 1 column ('get_map') to save the items where the player bought/got from. 
 
For example, player bought 1 knife in map of prt_in, then the MYSQL table inventory's column ('get_map') will save the record 'prt_in'. 
 
This column's record will never change because it only recorded the items on first map where to bought/got from.
 
I think this idea needed do 2 things. 
1. Edit the SRC Code to record the items where the map bought/got from.
2. Add 1 column ('get_map') in MYSQL table (inventory, storage, guild_storage, cart_inventory, mail, auction).
 
 
I am Looking for Someone willing to help me to write this code, and I am willing to paid for this request, PM me please!
Regards.
Edited by Darkpurple
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

No need to code I think, just enable and configure your logs to save here.

 

https://github.com/rathena/rathena/blob/master/conf/log_athena.conf

 

then check your picklog table on your sql db.

:D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  187
  • Reputation:   7
  • Joined:  09/04/12
  • Last Seen:  

No need to code I think, just enable and configure your logs to save here.

 

https://github.com/rathena/rathena/blob/master/conf/log_athena.conf

 

then check your picklog table on your sql db.

:D

 

I know picklog.table stored the map info...

but I want my MYSQL table (inventory, storage, guild_storage, cart_inventory, mail, auction) add 1 column ('get_map') to save the items where the player bought/got from. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

picklog already has a map column that works like how you want 'get_map' to work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  187
  • Reputation:   7
  • Joined:  09/04/12
  • Last Seen:  

picklog is no use-friendly for me to check the illegal item from one map   ..

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...