Jump to content

Dolphin86

Members
  • Posts

    698
  • Joined

  • Last visited

  • Days Won

    4

Dolphin86 last won the day on July 3 2022

Dolphin86 had the most liked content!

About Dolphin86

  • Birthday 01/31/1986

Profile Information

  • Gender
    Not Telling
  • Location
    malaysia

Recent Profile Visitors

7183 profile views

Dolphin86's Achievements

  1. The idea was when player talk to this npc it will have option to create an item, and it will require player to wait until the process is complete, that part works fine without an error, but the problem start when server reboot, restart or stop, if player was waiting the item to complete and server reboot or restart during that period, player will get stuck as the count time kinda stuck and it keep saying player to wait until the progress is done, can someone help me fix this script ? thanks..
  2. i been staring at this script and i cant find what was missing.. can someone help me find what was wrong? script :
  3. i did, hell i even make a new client, and disable the last modd i did, that did not even work..
  4. i had no idea how to solve this problem, but chris did mention on how to solve it, but i guess i am too dumb to understand how should i do it, i had copy a fresh new of This and repatch it to my GRF, that is all i did but there are some more but i had no idea how, can someone guide me? copy the whole folder and rename it "service_usa" and ExternalSettings, same, instead of ExternalSettings_kr --> ExternalSettings_usa Also modify twitter configuration That's only needed if: Langtype in s/clientinfo.xml is 1 Always load kRO ExternalSettings patch is not available One of the changes I did ages ago thanks to secret, was to implement both ways for compatiblity. So no matter what client you are using, especially 2020-03-04+ clients when it started, they work as well. More on that matter: https://llchrisll.github.io/ROTPDocs/guides/webservice/ if you copied the file, you shouldn't get that error anymore anyway, the rest is just the functionality about it. soo can someone tell me step by step how can i fix this? my server was running smoothly without an error, and then i thought maybe i should try Product version : 1.2.1.9 Assembly version : 1.0.3.419 Author : Tokeiburu right after im done editing ( Adding custom robe ) i save it, and repatch the server with all the update files, next thing i get was those error, please help i had no idea how to fix this even when had a solution in my face but i dont understand how to do it..
  5. @Skorm well what i plan to do was player will do some activity example, crafting weapon, once player had succesfully craft the desire weapon, he will get crafting points, now if player wish to view his current point he will use an infinate item that will recall an npc / script which will show all of his current points, ( weapon craft, armor craft, etc) and player can also spend his current points to unlock new stuff, example 100 weapon crafting can be spend to unlock bonus +10 dmg (i am using an etc item as indicator of player which will detect on the crafting sytem npc that will open a feature where player can craft +10 dmg weapons, but if i understand this point system i would just use the points instend of items, but i am worry if the points would be reset, when server reboot, restart or stop...)
  6. the last script is kinda complicated for my level of knowladge, can you make a simpler version such as, in this situasion : mes "Click me to gain points"; next; switch(select("- Get Points:- Cancel")){ case 1: mes "(script get points) +1 custom points"; close; case 2: mes "Cancel"; close; } and how to spend the points?
  7. situation : 1. Player talks to NPC A and do task, when complete player get @custom_points 2. Player can view his current @custom_points by using a useable item (call function i have this cover but not on showing the current total @custom_points) 3. Player can spend the @custom_points from statement above
  8. new_1-3,114,64,6 script Stone Pile 11003,{ mes "Hello!"; next; addtimer 10,strnpcinfo(0)+"::OnTest"; progressbar "0x00ff00",5; mes "OK"; close; OnTest: end; }
  9. hye i need a sample simple use of progress bar, situasion : player click to npc, npc will ask start or cancel, if player pick start it will start progress bar for 1 minute, if player move during 1 minute progress bar will cancel all process are cancel if player complete that 1 mins progress bar, player recive item i just need a sample or an example to make this type of script...
  10. well that would work too but its kinda over work, since i had to manually add 1 by 1 every time i need to add a new custom npc, would be much easy if there is a numbers of id gap that is free to use, rather then manually add each npc 1 by 1 to server and client..
  11. hye i need to add a few serval custom npc sprites, i was told there are serval files on src, and client file which is needed to be edited, but i had no idea what file and how should i edit it properly, wish someone could show me the rope, thanks.
  12. im not sure what happen, i was all good and smooth a few hours ago, all i did was editing my server website and ading gepard, few hours later i was trying to login my server and i keep rejected to login, upon checking i got these error, i have try reboot and stop my vps, still had the same issue... im lost here. please help.
  13. problem solved, i was stupid, my grf was encrypted i forgot that..
  14. hi, recently i acidently deleted my client files, lucky i had my backup files, but when i start the backup files, i fot this error, does anyone had any idea what the problem and how to fix it? thanks
  15. hello rathena, i need help on how should i turn this part of script from getting all of the item to random 1 item from the list.
×
×
  • Create New...