Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. 17246,HD_Elunium_Box(30),HD Elunium Box(30),3,10,,10,,,,0,0xFFFFFFFF,63,2,,,,,,{ getitem 6241,30; },{},{} 17247,HD_Oridecon_Box(30),HD Oridecon Box(30),3,10,,10,,,,0,0xFFFFFFFF,63,2,,,,,,{ getitem 6241,40; },{},{} that is the latest git itemdb that are wrong, so it will be in etc tab... it should be this script. 17246,HD_Elunium_Box(30),HD Elunium Box(30),2,10,,10,,,,0,0xFFFFFFFF,63,2,,,,,,{ getitem 6241,30; },{},{} 17247,HD_Oridecon_Box(30),HD Oridecon Box(30),2,10,,10,,,,0,0xFFFFFFFF,63,2,,,,,,{ getitem 6240,30; },{},{} I dont know where to report this, so please move this into the right section. Thanks !
  2. Here is our latest git : https://github.com/rathena/rathena/blob/master/db/re/pet_db.txt But the script is wrong, iRO stated that loyal whisper can give hiding skill : http://irowiki.org/wiki/Pet_System So, can i have the correct script here ?
  3. you got lua files error btw.. pls use correct data folder with correct client
  4. Im having problems that the vote links is disable for a longgggg time (its not follow the time stated) . Its not going to enable . Ive changed the website time zone so that easy for player to check the time. Can anyone tell me how to fix this issue ? Thanks !
  5. Last week i update server by using svn up and after this update, there are some problems with cash items. Ill show the screenshot below Can i know why is it happen such as redundant of data ? Is this happen to all ?
  6. 15038,Sabah_Cloth,Sapha's Cloth,4,20,,100,,45,,1,0x00001000,63,2,16,,100,1,0,{ bonus bLuk,3; bonus3 bAutoSpell,"ASC_METEORASSAULT",(getskilllv("ASC_METEORASSAULT")?getskilllv("ASC_METEORASSAULT"):1),20; },{},{} Here it should be increase damage for cross impact isnt it ? *Please close this topic, ive seen in bonus item. Thanks
  7. yeah ive read all of that :/ ill try to think and implement maybe
  8. Ive been using this script to give all online players except vendors gift , Btw, i need some modification so that dual client player will received for one client only. means that dual also should receive the same as single client for fair. here is the script that im using right now : // usage : // [npc:Sample]map#512#10 // [npc:Sample]all#512#123 - script itemall -1,{ OnWhisperGlobal: if( getgroupid() >= 99 ){ // check map if( @whispervar0$ == "all" ) set .@type$,""; else if( @whispervar0$ == "map" ) set .@type$,strcharinfo(3); else { dispbottom "Error, pick 'map' or 'all' "; end; } // check item set .@itemid,atoi( @whispervar1$ ); set .@amount,atoi( @whispervar2$ ); if( getitemname( .@itemid ) == "null" || .@amount < 1 ){ dispbottom "Enter valid item id and amount."; } set .@self_id,getcharid(3); query_sql( "SELECT COUNT(`account_id`) FROM `char` WHERE `online` = 1 ", .@total ); while( .@count < .@total ){ query_sql( "SELECT `account_id`,`name` FROM `char` WHERE `online` = 1 ORDER BY `account_id` LIMIT 128 OFFSET "+.@offset, .@aid,.@name$ ); set .@i,0; set .@size,getarraysize( .@aid ); while( .@i < .@size ){ if( .@aid[.@i] != .@self_id && !checkvending(.@name$[.@i]) ){ if( .@type$ != "" ){ getmapxy( .@map$,.@x,.@y,0,.@name$[.@i] ); if( .@map$ == .@type$ ){ getitem .@itemid,.@amount,.@aid[.@i]; set .@gave,.@gave + 1; } }else{ getitem .@itemid,.@amount,.@aid[.@i]; set .@gave,.@gave + 1; } } set .@count,.@count + 1; set .@i,.@i + 1; } set .@offset,.@offset + .@size; deletearray .@aid,.@size; deletearray .@name$,.@size; } dispbottom "Gave "+.@amount+" x "+getitemname( .@itemid )+" to "+.@gave+" Player(s)."; } end; } I hope someone can help me since im really need to settle this issue earlier. Thanks
  9. I dont know which topic should this need to be list so... please move it if its wrong section i want to know where we can edit what item that can be inserted in Hotkey for example red potion, skills.. there are some items that cannot be inserted there for example yggdrasilberry box. Glad if someone can help me.
  10. but how if i want that refine level also random ?
  11. can anyone help me , i need itemscript that can use getitem2 in random for example here is for getitem getitem callfunc("F_Rand",558,529,2668,7518),1; },{},{} i need for getitem2 so that i can give random refine level for those item, thanks !
  12. gonna try it soon and mark as solved
  13. if item +2 using +7 refine ticket = +7 or +9 safe refine ticket +9 = +9
  14. You know right there are exist ticket refine for example +11 Armor Refine Ticket Item ID# 6239 (Guarantee_Armor_11Up) so, i hope there will be any script that refine those using these tickets but if that item is not refinable, cannot refine .. any scripters can help me ? if the ticket is +11, it will refine to 11, not 4+11 = 15
  15. harmony is the last. client will be read as 2003 if im not mistaken when diffed with harmony
  16. at setting, u can disable any log .. that is battle log/damage log
  17. hit emp all miss = not up guild skill approval
  18. i think its your ragnarok grf files , did u on show pallete / error during diff your client ? better u do that to ensure what error is it
  19. when every hour right ? i didnt test your script, but from what i can see, maybe u can try this : dispbottom "You played "+@minute+" minutes."; close;
×
×
  • Create New...