Jump to content

adrian26v2

Members
  • Content Count

    35
  • Joined

  • Last visited

Everything posted by adrian26v2

  1. can anyone convert this script from rathena to hercules ? - script reborn1sttrigger -1,{OnClock1200:OnClock0000:enablenpc "FirstReborn";end;OnClock1210:OnClock0010:announce "If that's all ill be going now",0;disablenpc "FirstReborn";end;OnInit:disablenpc "FirstReborn";end;}gld_dun02,101,139,4 script FirstReborn 1081,{set .@maxblevel , 255;set .@maxjlevel , 120;set .@reqitem1, 743;set .@reqitem2, 741;set .@reqitem3, 742;set .@reqitem1amt, 1;set .@reqitem2amt, 1;set .@reqitem3amt, 1;mes "[FirstReborn]";if(reborncount) { mes "You have finish reborn!"; close;}if(Upper != 1 || BaseLevel < .@maxblevel || JobLevel < .@maxjlevel || countitem(.@reqitem1) < .@reqitem1amt || countitem(.@reqitem2) < .@reqitem2amt || countitem(.@reqitem3) < .@reqitem3amt ) { mes "You need to be Base Lvl: "+.@maxblevel; mes "You need to be Job Lvl: "+.@maxjlevel; mes "You need to have "+.@reqitem1amt+" "+getitemname(.@reqitem1); mes "You need to have "+.@reqitem2amt+" "+getitemname(.@reqitem2); mes "You need to have "+.@reqitem3amt+" "+getitemname(.@reqitem3); mes "You dont have enough requirements!"; close;}mes "Congratulations you are now reborn!";delitem .@reqitem1,.@reqitem1amt;delitem .@reqitem2,.@reqitem2amt;delitem .@reqitem3,.@reqitem3amt;getitem 7029,50;jobchange Job_Novice_High;resetlvl(1);skill 142,1,0;skill 143,1,0;set reborncount, reborncount+1;ResetStatus;set StatusPoint, StatusPoint+(reborncount*500);announce strcharinfo(0)+" has been reborn.",0;close;}turbo_room,106,78,4 script Second and UP Reborn 897,{set .@maxblevel , 255;set .@maxjlevel , 120;set .@reqitem, 743;set .@reqitem2, 742;set .@reqitemamt, 741;set .@reqitemamt2, 1;set .@rebornmax, 5;mes "[SecondReborn]";if(reborncount < 1) {mes "You didn't take first reborn yet.";close;}if(reborncount >= .@rebornmax) { mes "You cannot reborn anymore."; close;}if(Upper != 1 || BaseLevel < .@maxblevel || JobLevel < .@maxjlevel || countitem(.@reqitem) < .@reqitemamt || countitem(.@reqitem2) < .@reqitemamt2 ) { mes "You need to be Base Lvl: "+.@maxblevel; mes "You need to be Job Lvl: "+.@maxjlevel; mes "You need to have "+.@reqitemamt+" "+getitemname(.@reqitem); mes "You need to have "+.@reqitemamt2+" "+getitemname(.@reqitem2); mes "You dont have enough requirements!"; close;}mes "Congratulations you are now reborn!";delitem .@reqitem,.@reqitemamt;delitem .@reqitem2,.@reqitemamt2;jobchange Job_Novice_High;resetlvl(1);skill 142,1,0;skill 143,1,0;set reborncount, reborncount+1;ResetStatus;set StatusPoint, StatusPoint+(reborncount*500);announce strcharinfo(0)+" has been reborn "+reborncount+" times.",0;close;}prontera,138,172,4 script RebornLadder 100,{set .@count, query_sql ("SELECT char_id,value FROM `global_reg_value` WHERE str='reborncount' ORDER BY value DESC",.@charid,.@reborncount);mes "[RebornLadder]";for( set .@i, 0; .@i < .@count; set .@i, .@i+1) { query_sql "SELECT `name` FROM `char` WHERE char_id="+.@charid[.@i]+"",.@charname$; mes .@charname$+" "+.@reborncount[.@i];}close;}
  2. help im having an error on high wizzard and warlock when i login to game but when im on character select i can see the sprite of the high wizzard and warlock help i have the sprite of high wizzard and also if my sex was Female it don't have any error and i can play in game why on male? i had an error sprite/Àΰ£Á·/¸öÅë/³²/ÇÏÀÌÀ§Àúµå_³².act sprite/Àΰ£Á·/¸öÅë/³²/ÇÏÀÌÀ§Àúµå_³².spr sprite/Àΰ£Á·/¸öÅë/¿©/ÇÏÀÌÀ§Àúµå_¿©.act sprite/Àΰ£Á·/¸öÅë/¿©/ÇÏÀÌÀ§Àúµå_¿©.spr
  3. You can share your fix here with the community, so that if anyone else have the same error, it will help them fix it. my basic interface are not complete hahahah i open other grf and extract their basic interface
  4. i can view black note head phone sir ( with a collection picture also i tried egg shell and alice doll when i dont have any equiped headgear i can view egg shell and alice doll but when i equiped a headgear when i view headgears its error
  5. sir how to use it ? it cant convert idnum2desctable ,resname and playname table to iteminfo ?>?? help for now , it converts iteminfo to idnum tables. got it sir thankyou very much but i had an error now sir here http://herc.ws/board/topic/6131-help-rightclick-compare-error/
  6. i encounter an error when viewing any item i know what is the error but i don't know where/how i can fix it here when i viewing any items discription i don't get an error but when i equip Headgear and view other headgear i got an error but if i do not equip any headgear i can view any headgears also bucklet wings i think the problem was on comparing the item i equiped here
  7. sir how to use it ? it cant convert idnum2desctable ,resname and playname table to iteminfo ?>?? help
  8. zeny ladder that will list all the character zeny in game mvp ladder with announcer :* :((( help
  9. how can i download it? need a password in tortoise
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.