Jump to content

PsyOps

Members
  • Posts

    150
  • Joined

  • Last visited

Everything posted by PsyOps

  1. Please indicate how it was solved. Thanks!
  2. Dear Pajodex, I want to know how can it manually reset itself after activated for 4 hours?
  3. Encountered the same problem. Also there is an error [Error]: buildin_sleep: negative or zero amount('-1057747196') of milli seconds is not supported [Debug]: Source (NPC): LOGIN (invisible/not on a map) Any thoughts to this?
  4. https://pastebin.com/KfK8QPmW
  5. Having the same issue with the script. My rathena was from february 2019. Error - script: movenpc : NPC with ID '#vendslot69' was not found. Basically i used AnnieRuru's script above 1st. - Did not work for me 2nd i used AnnieRuru's script with utofaery's suggestion. - Did not work for me as well Script here. https://pastebin.com/TfwUTJzB
  6. I need to ask if this is working on the latest rathena? - Solved it works. I need to ask why it said " Player won a [null] from the Special Box. "
  7. I will try and use what you have here, giving you feedback soon on this. ?
  8. That is what i've figured. Maybe you will need an rAthena that is at least back November of 2018
  9. can the diff be updated? Its not up to date and it would be nice if it was updated.
  10. Thanks for the reply Emistry. Awesome as always. I tried to add the campfire to a new rathena. It did not work for me. No errors on recompiling. Also added the functions and itemdb changes. To no avail, when i click the matchstick, does not do anything. Any thoughts where i went wrong?
  11. prontera,140,151,3 script Vending Helper#1 757,{ for( set .@i,1; .@i <= .count; set .@i,.@i + 1 ){ getmapxy( .@map$,.@x,.@y,1,"#vend_slot"+.@i ); if( !getareausers( .map$,.@x,.@y,.@x,.@y ) && .@x > 1 && .@y > 1 ){ set .@available,.@available + 1; set .@menu$,.@menu$ + "Slot - "+.@i+":"; }else{ set .@menu$,.@menu$ + ":"; } } if( !.@available ){ mes "Dont have any available slot."; }else if( !getskilllv("MC_VENDING") ){ mes "You dont have ^0055FFVending Skill^000000."; }else{ mes "Available Slot : "+.@available; mes "Please select a slot to vending."; set .@i,select( .@menu$ ); getmapxy( .@map$,.@x,.@y,1,"#vend_slot"+.@i ); if( .@x == 1 || .@y == 1 ){ mes "This NPC at invalid location..."; }else{ warp .@map$,.@x,.@y; hideonnpc "#vend_slot"+.@i; } } close; OnInit: sleep 1000; // Map for vending set .map$,"prontera"; setcell .map$,0,0,300,300,cell_novending,1; // x and y horizone .. setarray .x_line,148,151,154,157,160,163; setarray .y_line,155,152,149,146,143,140; set .x_line_size,getarraysize( .x_line ); set .y_line_size,getarraysize( .y_line ); set .count,1; for( set .@x,0; .@x < .x_line_size; set .@x,.@x + 1 ) for( set .@y,0; .@y < .y_line_size; set .@y,.@y + 1 ) if( checkcell( .map$,.x_line[.@x],.y_line[.@y],cell_chkpass ) ){ movenpc "#vend_slot"+.count,.x_line[.@x],.y_line[.@y]; setcell .map$,.x_line[.@x],.y_line[.@y],.x_line[.@x],.y_line[.@y],cell_novending,0; set .count,.count + 1; } npctalk "Vending Spot : "+.count; donpcevent "::OnSetup"; end; } - script vend_slot -1,{ getmapxy( .@map$,.@x,.@y,1 ); if( !getskilllv("MC_VENDING") ){ mes "You dont have ^0055FFVending Skill^000000."; }else if( getareausers( .@map$,.@x,.@y,.@x,.@y ) ){ mes "Someone already selected this spot."; }else{ mes "Spot : ^777777Available^000000"; mes "^0055FF[ Vending Area Rules ]^000000"; mes "^FF0000 ~ Use proper Shop Name.^000000"; mes "^FF0000 ~ Never sell Junk/Gifts.^000000"; mes " "; mes "^777777Player will failed to follow these will be punished.^000000"; if( select( "Select this Spot","Cancel" ) == 1 ){ warp .@map$,.@x,.@y; hideonnpc strnpcinfo(0); } } close; OnSetup: getmapxy( .@map$,.@x,.@y,1 ); set .@npcname$,strnpcinfo(0); while( .@map$ != "" ){ if( getareausers( .@map$,.@x,.@y,.@x,.@y ) ){ hideonnpc .@npcname$; }else{ hideoffnpc .@npcname$; // specialeffect 313; } sleep 5000; } end; } // Add more if needed. prontera,1,1,4 duplicate(vend_slot) #vend_slot1 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot2 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot3 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot4 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot5 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot6 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot7 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot8 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot9 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot10 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot11 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot12 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot13 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot14 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot15 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot16 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot17 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot18 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot19 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot20 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot21 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot22 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot23 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot24 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot25 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot26 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot27 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot28 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot29 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot30 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot31 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot32 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot33 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot34 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot35 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot36 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot37 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot38 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot39 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot40 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot41 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot42 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot43 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot44 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot45 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot46 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot47 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot48 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot49 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot50 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot51 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot52 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot53 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot54 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot55 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot56 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot57 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot58 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot59 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot60 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot61 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot62 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot63 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot64 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot65 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot66 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot67 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot68 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot69 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot70 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot71 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot72 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot73 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot74 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot75 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot76 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot77 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot78 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot79 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot80 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot81 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot82 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot83 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot84 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot85 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot86 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot87 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot88 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot89 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot90 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot91 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot92 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot93 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot94 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot95 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot96 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot97 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot98 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot99 858 prontera,1,1,4 duplicate(vend_slot) #vend_slot100 858
  12. Using the latest rathena February 2019. Added this script. Encountered 2 types of errors Only changes i've made is to change the map from mellina to prontera and define the x and y coordinates. Any info would be greatly appreciated. DevG
  13. Great work! Tried this. There was no icon near the mini map. Also, i think my GM cannot modify prizes on the NPC.
  14. Hi, compiled this as instructed. Using the latest rathena February 2019. Any thoughts of where i went wrong?
  15. Hi Emistry, Good release! Love the concept. I just noticed that if you implement all the item databases, you can use Phracon to upgrade items that are level 3 or 4. If i did something wrong please let me know. But i love all your releases
  16. Added the diffs and the script. No errors on recompiling. Script is already on scripts_custom.conf I tried the restock command. Not working for me. Using latest rathena 2019 Feb SOLVED: Need to recheck the diffs.
  17. Do we need to assign a NPC sprite id for the campfire? Here: - script Camp Fire::cf_main FAKE_NPC,{ Do i need to change Campfire to 649? 649 is the sprite i want to use Also I added the diffs as instructed. No errors encountered with the diffs. x2 Checked if diffs are added. Added the scripts for each item with changing them to usable items. It is not working for me. I am using the latest rathena atm.
  18. Is there like an exact guide to this? I understand that you need to edit this on the linux machine. But do you need to configure the server and client side for the Proxy server?
  19. I just want to know a few things. 1. Do you need to install ragnarok on the machine as well? 2. Do you need to have that set up just on the proxy server?
  20. I think i get what this is for but for a noob like me, i might need to try it out for myself or at least ask if people have already used this ahaha. tried this but its not working for me i guess? no errors and nothing out of the @commands list
  21. had the same problem as above, it did fix the problem on visual studio but it is not now allowing me to connect to the server said "Failed to connect to server" "SOLVED" It works but be careful with the packet version you use and change on the diff file. It needs to be the same.
  22. had the same problem as above, it did fix the problem on visual studio but it is not now allowing me to connect to the server said "Failed to connect to server"
  23. HI! tried to manually put these files in my folders. Rebuilt it with visual studio. I got some errors. Can anyone point out what might be the cause?
  24. tried the script but it seems after 1 round of game, it does not hide the NPC. the NPC that gives out the prize and it is bugged.
×
×
  • Create New...