Jump to content

AinsLord

Members
  • Posts

    794
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by AinsLord

  1. anyone here have an NPC that gives buff for non VIP and VIP players example the if the NPC detects that the player has no VIP he/she only gets heal + Agi + Bless but if the NPC detects the player is a VIP it will give additional buffs like Food buffs etc thnx in advance
  2. i downloaded that one seems not working on my end i can't load a client or maybe i downloaded a wrong one can you provide the proper link?? where can i locate that i do have the old nemo but i want the latest one coz im planning to try 2018 client ? TIA
  3. i downloaded that one seems not working on my end i can't load a client or maybe i downloaded a wrong one can you provide the proper link?? TIA
  4. any lates nemo application to diff a client?? i think im using the old ones #TIA
  5. will this work on 20151104 clients???
  6. ill test this one out thnx thnx
  7. thnx for the help sir sader btw what folder it goes?? is it on the same folder as the spr and act??
  8. your application creates the folder too??
  9. Fixed ^_^ question do i stil need to do this every custom robe?? putting all the class in that folder??ryt??
  10. the wing is not showing what are my lacking materials?? #TIA
  11. thnx for this one but my problem is i need this folder in my GRF ryt the one with the red circle?? but after saving it the GRF got errors
  12. im trying to add custom robe costume on my game after doing all the stuffs my GRF got error the 1st image shows after putting all files on my GRF so i closed it and this 2nd image it changed the file name to this thnx in advance
  13. can you share the link please on whats the procedure thnx
  14. example FAW wings equipped on garment wings will show?? as ive check it only supports 2012 clients?? will it still available for 2015 client if yes how will it work #TIA
  15. as you can see on the screen shot im wearing 2 daggers but it shows 1 hand sword questions : 1. why is it like that i honestly put the proper sprite for it when i wearing 1 dagger it shows the sprite 2. does it affect the card compounded on the weapon like only left hand card/effect will work?? #TIA
  16. when double click the box and click cancel the item disappear any solution for that heres my code function script WeponBox { setarray .@Jobs$, "Shin Spear", "Shin Shuriken" , "Shin Kudachi" , "Shin Fist" , "Creator Shin Axe" , "Shin Katana" , "Shin Revolver" , "Stalker Shin Mega Bow" , "Shin Whip" , "Shin Guitar" , "Prof Shin Staff" , "Shin Katar" , "Sinx Shin Dagger" , "WS Shin Bloody Axe" , "WZ Shin Staff" , "HP Shin Reaper" , "Sniper Quincy Bow" , "SG Book"; setarray .@Items, 47001, 47002, 47003, 47004, 47005, 47006, 47007, 47008, 47010, 47011, 47012, 47014, 47015, 47016, 47017, 47018, 47019, 47020; .@size = getarraysize(.@Jobs$); for(.@i = 0; .@i < .@size; .@i++) .@menu$ = .@menu$ + .@Jobs$[.@i] + ":"; getitembound .@Items[select(.@menu$) - 1], 1, Bound_Char; end; } its a callfunc command or how can i make my box have a msg like this #TIA
  17. here is the script prontera,155,181,5 script Sample 757,{ set .Guild,getcastledata( "prtg_cas01",1 ); if( getcharid(2) == .Guild ){ mes "^FF0000Current Tax : "+$Tax+" %"; mes "Total Earning : "+$Earn+" Zeny."; } mes "This Gold Room is currently owned by ^FF0000"+getguildname( .Guild )+" Guild^000000."; mes "You may hunt gold inside the room, but with a ^FF0000"+$Tax+" % Tax Rate^000000."; mes "Each kill in the Room you will gain 1 Points and each point equal to 100,000 zeny."; next; switch( select( "Hunt Gold", "Claim Zeny", ( strcharinfo(0) != getguildmaster( .Guild ) )?"":"[^0000FFMaster^000000] Claim Earn", ( strcharinfo(0) != getguildmaster( .Guild ) )?"":"[^0000FFMaster^000000] Change Tax" )){ Case 1: warp "mosk_que",0,0; end; Case 2: mes "You have "+#GoldPoint+" Points."; if( !#GoldPoint ) close; mes "How many you want to points claim ?"; input @Amount,0,#GoldPoint; if( !@Amount ) close; next; set #GoldPoint,#GoldPoint - @Amount; set .@Gain,(( @Amount * 100000 ) - ( @Amount * 100000 * $Tax / 100 )); set Zeny,Zeny + .@Gain; mes "Gained ^FF0000"+.@Gain+"^000000 Zeny due to Tax Rate of "+$Tax+" %"; close; Case 3: mes "Total Earning : "+$Earn+" Zeny."; if( select("Claim It:Cancel") == 2 ) close; mes "How much you want to claim ?"; do{ input @Amount,0,$Earn; if( !@Amount ) close; if( ( Zeny + @Amount ) > 1000000000 ) mes "Limit Exceed..."; }while( ( Zeny + @Amount ) > 1000000000 ); mes "Gained "+@Amount+" Zeny."; set Zeny,Zeny + @Amount; set $Earn,$Earn - @Amount; close; Case 4: mes "^FF0000Current Tax : "+$Tax+" %"; mes "Enter your New Tax Rate."; input $Tax,1,20; mes "^FF0000Updated Tax : "+$Tax+" %"; close; } OnInit: monster "mosk_que",0,0,"Gold",1002,100,strnpcinfo(0)+"::OnMobKill"; end; OnMobKill: monster "mosk_que",0,0,"Gold",1002,1,strnpcinfo(0)+"::OnMobKill"; set $Earn,$Earn + ( 100000 * $Tax / 100 ); set #GoldPoint,#GoldPoint + 1; dispbottom "Total Gold Point = "+#GoldPoint+" Points."; end; } mosk_que mapflag nowarp mosk_que mapflag nowarpto mosk_que mapflag noSave mosk_que mapflag noteleport //mosk_que mapflag nocommand 50 thnx for the help~
  18. i tried VPS > WebServer telnet 45.xx.xx.xx 3306 Trying 45.xx.xx.xx ... telnet: connect to address 45.xx.xx.xx : Connection refused does this means that the VPS is not accepting the remote access of the DB?? i havent tried webserver > VPS i cant open the webserver in putty EDIT i tried it again here is the output telnet 45.xx.xx.xx 3306 Trying 45.xx.xx.xx... Connected to 45.xx.xx.xx. Escape character is '^]'. J 5.6.38▒2;I@Agc▒A$-T@$1h=517mysql_native_password Connection closed by foreign host. dunno what kind of error is that
  19. ow i c so its not just me actually same goes for female sprite when 1 dagger equips the sprite shows but when dual it will show as a sword and also in additional may katar skill move on female sprite it act as a sword not a katar katar act on skill act on custom katar
  20. so this is the view of one dagger equip should be 1 dagger only here's the view of dual dagger when equipping 2 same daggers doesnt show at all how can i fix that thnx in advance
  21. which one the webhost IP or the VPS IP where the DB installed??
  22. what is the command should i typed to check if 3306 is accepting incoming or if its open if i typed the correct command is it iptables -L or something
  23. i already done this one bind-address = your_database_IP i changed this one to my webhost IP but still connection refused and also tried to check if 3306 is open
  24. i actually installed the MySQL in a VPS and trying to connect webhost which where im going to run the FluxCP
  25. if you dont have the latest gcc version you need to install it
×
×
  • Create New...