Jump to content

Dolphin86

Members
  • Posts

    757
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Dolphin86

  1. @mrfizi thanks for fast reply, but i still getting these error, its really matter much since it works as it suppose to, but i would love to see clean putty with no error
  2. as title i did make a simple warper myself, but somehow i got these error in putty, but the npc works fine as it should have here is the script : i know its has something to do with the chat box, but have no idea how to fix,
  3. thanks, i have update it as suggested, my concern now is the loading time, need to reduce it lol
  4. as mention above i need some help, on how could i make better improvement on my ro website, need some idea as i am kinda lost of idea on how whould i make it better. Dolphin RO what i should not do or what should i add and many more... thanks
  5. well the script was great but its kinda buggy i would say, and more ppl can farm at the same spot, should make it only aviable for 1 player at a time
  6. works like a charm, too bad we dont have mining animations ahaha but thanks alot for the help
  7. it works now, thanks but i have to manually keep clicking to the crystal to mine, can u make it auto? also instead of plain text to show how many have been farm, i think a chat box would be great or better? sorry if its too much
  8. bump some error @KazumaSatou [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/custom/shard.txt', line '1'. Stopping... * w1=- script sample_main -1,{ * w2= * w3= * w4=
  9. just to be clear i did not wrote these script @Emistry did back few years, i need some improvement for this script below are the details. 1. Player can mine from the same spot/npc for maximum of 100 times 2. Each time have 5sec waiting time gap and player will get random item drop from this spot for each 5sec wait u can just follow as the script there for random drop chance 3. Player can cancel mining anytime they please, and the mined count will stay the same ( example if player have mine for 20 times, it will be 20/100 ) 4. Next player who mined at the used mine will continue the count ( 20/100 ) once it reach the max 100/100 the npc/spot will be removed, and new spot will be spawn after 3mins on random location ( walkable area ) 5. If possible add mining progress bar animation or just plain text 6. Its a PvP map, so when the miner dead by pvp the count stay as describe in part 4. Thank you soo much, for you effort and time script:
  10. do i need to edit any other files?
  11. oke soo i have use that again with my antivirus disable, soo i have all the bmp file, can someone tell me the correct directory that i should put them in? data/ ??/ ???
  12. i did try that but my antivirus detect it as a virus
  13. well i did that, and try open with my grf editor and the grf editor keep getting error and after that i cant open any grf files, which i had to reinstall it all over again, and yet i cant open those grf
  14. as title i need help if anyone know any tools for it, i need it to be convert to file (data) not GRF most the tools i been using extract to grf
  15. Nevermind i got the patch link from client was wrong lol, fixed
  16. hye, i has been awhile since the last time i run ro server, and i have forgot most how to setup, here is my recent problem, if i have send this on wrong sections please move it to the correct section, i have uploaded the map file to data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\map\ilyo_kwan.bmp and use thor patcher and the file end up to here after patch can someone point me how to fix this
  17. hye i would like to request an addon for flux cp (marketplace) where player can use in game npc to register an item to sell them on market place, it would be more efficient to sell and buy items just by browsing the marketplace at fluxcp thanks for your time, for more details you may send me a massage in my inbox thanks
  18. As title, can someone create a script that reward player 1k zeny for each 10 base level player gain? example : player get lvl 10 base get reward 1000zeny player get lvl 20 base get reward 1000zeny and so on, reward are automatic every time they reach certain mile stone, also add notice to player chat log example : Congratulation you have reach milestone base level 10, you gained 1000z, next mile stone is base level 20
  19. none work so far
  20. soo i need to make it 20 days minimum? bump
  21. did not work
  22. hye can someone tell me how to change the reward from item to zeny? - script milestone -1,{ OnPCBaseLvUpEvent: if (BaseLevel == 90 && #lv_milestone_90 < 3) { #lv_milestone_90++; getitem 607, 15; getitem 610, 15; getitem 616, 1; dispbottom "You gained reward for level 90."; } else if (BaseLevel == 70 && #lv_milestone_70 < 3) { #lv_milestone_70++; getitem 607, 10; getitem 610, 10; dispbottom "You gained reward for level 70."; } else if (BaseLevel == 50 && #lv_milestone_50 < 3) { #lv_milestone_50++; getitem 607, 5; getitem 610, 5; dispbottom "You gained reward for level 50."; } else if (BaseLevel == 10 && #lv_milestone_10 < 3) { #lv_milestone_10++; getitem 1205, 1; dispbottom "You gained reward Cutter [4] for level 10 milestone."; } end; }
  23. hye i need some help to configure attendant feature, bump to some error while trying to use it, my server are define PRERE only what i have don was edit conf/groups.conf db/import/attendance.yml Client Side : System/CheckAttendance.lub please guide me?
  24. as title i was trying to upload my backup sql to phpmyadmin, got this error No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16. i did some google and it state i need to edit php.ini to max the file size, but where is the php.ini file?
  25. i tested but whenever i get out from the map it did change back to my previous job, but the job lvl did not, it stay lvl 1, can fix this?
×
×
  • Create New...