Jump to content

yuchinin

Members
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by yuchinin

  1. Hmm...Then maybe you should let my common library load first before other script. like npc: npc/.../common.txt npc: npc/.../fishingSimulation.txt
  2. //=====******** 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
  3. //=====******** Note ********================================= //= This script need my release of: //= 1. Yuchinin Common Library (common.txt) //= Better let it load first before adding my other script.
  4. I still don't get what you mean how to remove it@@ Remove it hmm....did you mean ~ Bronze Coin [100z] > ~ Bronze Coin? Without showing the zeny?
  5. 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.
  6. 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.
  7. More info is needed for which npc require the mapname. I don't have time to scan through all line to check that.
  8. 1. The first argument of getmapxy needed to be string variable 2. System detect Infinite loop 3. Change OnEnable to OnEnablePacBonus
  9. You may try most of my script here http://home.projecteinherjar.com/
  10. Ahaha thanks~ I think the background original video of this are more amusing~XD
  11. 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?
  12. @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.
  13. 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
  14. Bro maybe you should tag @raste28 or quote his reply instead of quote my reply
  15. 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.
  16. 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
  17. 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.
×
×
  • Create New...