Jump to content

Checkmate

Members
  • Posts

    554
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Checkmate

  1. Mybe... Cuz in using rathena now with sgcp.. Try to explore.. ^^
  2. It was you sql error.. since like there is not table create for that.. Or the table already created but not compatible or on the right path..(Like did not connect to your ro).. I dont pro about this dude.. Try pm other more experienced staff about this... Im sorry
  3. Yap.. need sql.. I do what this site say... But.. Unfortunately.. It is forbidden now... I try to recall back and see what i can help you with it.. Btw in the same time try to asking help from the other's Mods and Community k.. ^ ^
  4. WIlling to help.. ^ ^ I i know i can help but if i dont know i cant help.. ^ ^
  5. There he/she is.. Sir capuche... He/She can help you out.. ^ ^
  6. Mybe you can try refer to Sir Capuche also about this... Or other Scripter Moderator...
  7. Actually... About vote for point try to refer this section... Cuz im using SGCP too.. Before im using above script,im using below script... About how to install Vote 4 Point you can refer old forum eAthena but today im while im trying to see that thread its was been FORBIDDEN... Try to ask Sir Capuche more about this... I try to figure out what i can help you about SGCP k...
  8. I have one but... it seem only in a small place that this npc can recover rude word... Btw this in not jail but mute the for a minute.. Here.. This script only give you 3 time warning then if said more the rude word he or she will be muted..
  9. Error... Im using rathena.. But those script were eathena... and i did not found any error?..? Can you post you error?..?
  10. Did not working... You just left 3 loading picture also did not working?..? Did it show default Ragnarok online loading page??..?? Cuz i try it it can be done.. how can it possible got other picture if you remove all except 3 picture of you custom.... Try to refer to the expert ^ ^
  11. Waaaaa.... You are life saver... Thank You So Much Sir Capuche... I already out of mind how to solve this..... I dont have idea there is two different thing.... Btw.. You can tick this thread to other user who mybe have same problem with me.. Thanks Again Sir Capuche ^ ^ Thread Closed ^ ^
  12. Dude... You can try take a look at this site.... Here
  13. Sorry for the late reply... You awesome dude... It working... Thanks Anyway... ^ ^ Case Closed
  14. Case Closed ^^ Your Welcome ^ ^
  15. Sir Capuche... This is my V4P script in test server prontera,156,168,5 script Vote4Point 467,{ setarray @vote_item[0], 5788, 5270, 5344, 5236, 5308, 5378, 5796; // Item ID setarray @vote_item_count[0], 1 , 1 , 1 , 1 , 1 , 1 , 1; // Item Count wich will be given setarray @vote_cost[0], 24 , 24 , 16 , 16 , 8 , 24 , 32; // Cost in Vote Points set @min_vote, 0; // minimum count on Vote Points to see the Item List set @npcname$,"[^ff0000VoteNpc^000000]"; query_sql ("SELECT `point` FROM `vote_point` WHERE `loginname` = MD5('"+getcharid(3)+"')", @vote); mes @VoteNpc$; mes "You have ^ff0000"+@vote+"^000000 Vote Points!"; if( @vote < @min_vote ) { mes "^ff0000You will need "+@min_vote+" or more Vote Points to trade them with me!^000000"; close; } if (select("Trade my Points!","Cancel~") == 2) close; next; mes "[^ff0000List^000000]"; mes "^0000ffItem^000000 = ^00aa00Cost^000000"; for( set .@i, 0; .@i < getarraysize(@vote_item); set .@i, .@i + 1 ) { mes "^0000ff"+@vote_item_count[.@i]+"x "+getitemname(@vote_item[.@i])+"^000000 = ^00aa00"+@vote_cost[.@i]+"^000000"; if( .@i < 1 ) set .@menu$, getitemname(@vote_item[.@i]); else set .@menu$, .@menu$+":"+getitemname(@vote_item[.@i]); } next; select(.@menu$); set @choice, @menu - 1; mes @VoteNpc$; if( @vote_cost[@choice] > @vote ) { mes "^ff0000You dont have enough Vote Point for "+@vote_item_count[@choice]+"x '"+getitemname(@vote_item[@choice])+"' :/^000000"; close; } mes "Are u realy sure to trade "+@vote_item_count[@choice]+"x '^ff0000"+getitemname(@vote_item[@choice])+"^000000' for ^00aa00"+@vote_cost[@choice]+"^000000 Vote Points?"; if(select("No! Cancel!:Yes, Trade me!") == 1 ) { mes "^ff0000Trade was canceled~^000000"; close; } set .@new, @vote - @vote_cost[@choice]; if( .@new < 0 ) // safty first.. set .@new, 0; query_sql("UPDATE `vote_point` SET `point` = '"+.@new+"' WHERE `loginname` = MD5('"+getcharid(3)+"')"); getitem @vote_item[@choice], @vote_item_count[@choice]; mes "^00aa00Trade was Successfull [] Hope to see u again =)!^000000"; close; OnInit: waitingroom "Vote4Point Redeem",0; end; } I think my variable is just the same... But why?..? Did i need to @mapexit?..?
  16. I can use it sir but... There an error... Wait im uploading the error about vote point did not show up on your script... Given Script That Cannot Detect VotePoint Default V4P Shop Script That Can Detect VotePoint How to settel this problem down sir...??.??
  17. Checkmate

    how!

    Err.. Can you be more spesific about what are you askin?
  18. Checkmate

    view

    Erkk... How was that?..? =="
  19. I dont think it can be done.. Since 1 acc only 1 gender... ^ ^
  20. How can i do that sir?..? Can you help me?..? Or telling me the way how to do that.... I already duplicate it sir,but the Second NPC is same look like First NPC.. Im different town and the Second NPC(tables for the item is changing position).
  21. Try use mine... //===== Hourly Points Script ========================================= //===== By: ========================================================== //= GorthexTiger modified by Nibi //===== Current Version: ============================================= //= 1.0 //===== Compatible With: ============================================= //= Any eAthena Version //===== Description: ================================================= //= Get Points every successful hours of gameplay, you cannot get //= the points even if you miss a second or a minute. A player will //= get a very big bonus if they played 3 hours consecutively //= or without logging out of the game. If the player is vending //= the script will then stop. //===== Additional Comments: ========================================= //= You can modify the script to your liking. //= The default points is Kafrapoints change it anyway if you like. //= 1.1 = Check Chatting too //= 1.2 = 5 Minute Idle Check & @at/@autotrade check. //= 1.3 = Corrected the current balance line on 12 Hours Consecutive //==================================================================== - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The hourly points event stopped because you were vending / chatting. Please relog if you wish to start again."; stopnpctimer; end; } //Check if Idle getmapxy( .@map$, .@x, .@y, 0 ); if(@map$ == .@map$ && @x == .@x && @y == .@y) { set @afk, @afk + 1; } //If move timer resets else { set @afk, 0; } set @map$, .@map$; set @x, .@x; set @y, .@y; //Idle Check for 5 Minutes if(@afk == 5) { dispbottom "The hourly points event stopped because you were idle for 5 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; set .@point_amt, 10; //Points to get every hour (default: 10) set #KAFRAPOINTS, #KAFRAPOINTS + .@point_amt; dispbottom "You received "+.@point_amt+" Kafrapoints by staying ingame for 1 hour"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; set @consecutive_hour, @consecutive_hour + 1; } //Check for 3 hours consecutive if(@consecutive_hour == 3) { set @consecutive_hour,0; set .@cpoint_amt, 50; //Points to get for 4 Consecutive hours (default: 50) set #KAFRAPOINTS, #KAFRAPOINTS + .@cpoint_amt; dispbottom "You receive "+.@cpoint_amt+" Kafrapoints in playing for 12 consecutive hours"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; } stopnpctimer; initnpctimer; end; } //--End of the Script 1.If idle for 5 minute.. No cashpoint will be rewarded. (If want to change please take a look at) : 2.Every 1 Hour will get 10 Cash Point (If want to change please take a look at) : Im hope this will help you... ^ ^
  22. Sir.. just need to add those thing?..? Cuz i try to make another npc like that ni other town it cant be.. The second NPC will be look like first NPC... 1. What i want is One NPC trade with CashPoint and other One NPC trade with VotePoint 2. And can be the NPC look like Euphy Script that can view item?..? 3. And of course it must be rent for VotePoint... Thank's cuz replying ^^
  23. I have it dude... Here take mine... // kill event en attrapant un pet? //#################################################### //# ?# //# ####### ###### ### ### ### ### ### ### # //# ### ### ### ### ### ### ### ### ### # //# ##### ### ### #### #### ##### # //# ## ### ### ### ### ### ### ### # //# ## ###### ### ### ### ### ### # //# # //#################################################### //v1.0: Allows changing suits to 3rd classes; # //v1.1: Added Xmas and Summer suits; # //v1.2: Added support to baby 3rd class suits. # //#################################################### payon,142,223,3 script Class Suits 485,{ // Settings set .mode, 1; // Set it as following: 0 - Transcendent 2nd to 3rd class suits ; 1 - Transcendent 2nd to normal and baby 3rd class, also 3rd to baby 3rd; 2 - Transcendent 2nd to 3rd class suits and xmas, summer suits; 3 - 2nd to normal and baby 3rd class, also normal 3rd to baby 3rd plus xmas,summer. if (.mode == 0) goto normal; if (.mode == 1) goto babies; if (.mode == 2) goto misc; if (.mode == 3) goto babymisc; normal: mes "[Suit Provider]"; mes "So, wanna change your appearance?"; menu "Change to 3rd class suit",thirdclass,"Reset appearance",reset; babies: mes "[Suit Provider]"; mes "So, wanna change your appearance?"; menu "Change to 3rd class suit",thirdclass,"Change to 3rd class baby suit",babythirdclass,"Reset appearance",reset; misc: mes "[Suit Provider]"; mes "So, wanna change your appearance?"; menu "Change to class suit",thirdclass,"Extra suits",miscsuits,"Reset appearance",reset; babymisc: mes "[Suit Provider]"; mes "So, wanna change your appearance?"; menu "Change to class suit",thirdclass,"Change to 3rd class baby suit",babythirdclass,"Extra suits",miscsuits,"Reset appearance",reset; thirdclass: if(class == Job_Lord_Knight) { changebase 4060; close; end; } if(class == Job_Assassin_Cross) { changebase 4065; close; end; } if(class == Job_Paladin) { changebase 4073; close; end; } if(class == Job_Whitesmith) { changebase 4064; close; end; } if(class == Job_Creator) { changebase 4078; close; end; } if(class == Job_Stalker) { changebase 4079; close; end; } if(class == Job_Professor) { changebase 4074; close; end; } if(class == Job_Gypsy) { changebase 4076; close; end; } if(class == Job_Champion) { changebase 4077; close; end; } if(class == Job_Sniper) { changebase 4062; close; end; } if(class == Job_Clown) { changebase 4075; close; end; } if(class == Job_High_Wizard) { changebase 4061; close; end; } if(class == Job_High_Priest) { changebase 4063; close; end; } else { next; mes "[Suit Provider]"; mes "I'm sorry, but your class is not supported."; close; end; } babythirdclass: if(class == Job_Lord_Knight) { changebase 4096; close; end; } if(class == Job_Assassin_Cross) { changebase 4101; close; end; } if(class == Job_Paladin) { changebase 4102; close; end; } if(class == Job_Whitesmith) { changebase 4100; close; end; } if(class == Job_Creator) { changebase 4107; close; end; } if(class == Job_Stalker) { changebase 4108; close; end; } if(class == Job_Professor) { changebase 4103; close; end; } if(class == Job_Gypsy) { changebase 4105; close; end; } if(class == Job_Champion) { changebase 4106; close; end; } if(class == Job_Sniper) { changebase 4098; close; end; } if(class == Job_Clown) { changebase 4104; close; end; } if(class == Job_High_Wizard) { changebase 4097; close; end; } if(class == Job_High_Priest) { changebase 4099; close; end; } if(class == Job_Rune_Knight_T) { changebase 4096; close; end; } if(class == Job_Guillotine_Cross_T) { changebase 4101; close; end; } if(class == Job_Royal_Guard_T) { changebase 4102; close; end; } if(class == Job_Mechanic_T) { changebase 4100; close; end; } if(class == Job_Genetic_T) { changebase 4107; close; end; } if(class == Job_Shadow_Chaser_T) { changebase 4108; close; end; } if(class == Job_Sorcerer_T) { changebase 4103; close; end; } if(class == Job_Wanderer_T) { changebase 4105; close; end; } if(class == Job_Sura_T) { changebase 4106; close; end; } if(class == Job_Ranger_T) { changebase 4098; close; end; } if(class == Job_Minstrel_T) { changebase 4104; close; end; } if(class == Job_Warlock_T) { changebase 4097; close; end; } if(class == Job_Arch_Bishop_T) { changebase 4099; close; end; } else { next; mes "[Suit Provider]"; mes "I'm sorry, but your class is not supported."; close; end; } reset: changebase Class; close; end; miscsuits: next; mes "[Suit Provider]"; mes "Which of the suits would you like to use?"; menu "Xmas suit",xmas,"Summer suit",summer; xmas: changebase 26; close; end; summer: changebase 27; close; end; } +Rep if it can be used ^ ^
  24. You can try take a look at Here Here Here Here Here Here Please Be Free To Visit That Website ^ ^ +Rep if it can be used ^ ^
×
×
  • Create New...