//=====******** Note ********=================================
//= This script need my release of:
//= 1. Yuchinin Common Library (common.txt)
//= Better let it load first before adding my other script.
//= 2. Fishing.grf
//=====******** Note ********=================================
//= This script need my release of: //= 1. Yuchinin Common Library (common.txt)
//= Better let it load first before adding my other script.
For the resource file loading failed, when did the missing resource error come out?
As the item stacking problem, it's client issue so I can't do anything on it. But you may try using different client version like 20170614 since this version still work fine.
I didn't use any custom graphic on vending machine, all item are using kro default item sprite so consider update your client file if you haven't do that.
To remove the coin, just select the "Eject Coin" to eject all coin.
From your comment I think what you want are each character can define their own array order but not attaching array to character.
So player A may have arrayname,2,3,1;
Player B may have arrayname,3,1,2;
Is this what you want or am I wrong?
@sipemula Yes this is the required library you need to download and load it before the fishing script.
Example load order:
npc: npc/custom/etc/common.txt <= Just incase this is loaded before the fishing script
npc: npc/custom/etc/FishingSimulation.txt
For error on line 504, it is ok to just comment it out since it is part of my Monster Controller Library and I still not think about release it yet.
New version uploaded. Pending for approval.
//= 1.2.2 Remove function (arrfind_fishdb , arrfind_fishdb)
//= Change function name (arrfind_fishdb > arrfind_db, arrget_fishdb > arrget_db)
//= Remove function name arrfind_db and arrget_fishdb and added it to common library
//= 1.2.2a Add a hard fish example
Sorry for late reply, but I think I don't have the time to guide you step by step on how to host@@
If you totally have no knowledge on hosting you may try host it locally by using XAMMP first, after you success about XAMMP on your local computer then you can copy the website file to real hosting.
*Just a note that XAMMP are merely for development purpose, don't ever try to use it for real hosting unless you know what you are doing.
I suggest you use free hosting to learn hosting instead of risk the life of your precious laptop. (Anyway I did that few years ago lol)
Try this free webhost: 000webhost
It will not cause any problem in your server since it just the client can't found the require model. Basically just a visual problem so nothing to worry about.