Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. me too, i don't know why my change button didn't work ? but when try use command @useskill 5067 1 Oke it work!
  2. yes i did ? thats why im confuse why its not working on me btw i try to call swap skill with command @useskill 5067 1 oke and work so the problem only on button change didn't call skill 5067 i guess
  3. i was told in first post i use clean rathena and lastest ? thats why i can set my secondary equipment into secondary tab but the button change didn't work ?
  4. how about this commits? https://github.com/rathena/rathena/commit/818ff109f3eea1715dc1477795bd1094510a4de4
  5. yup already set secondary equipment on secondary equipment below main equipment window ? and then i click change button and viola~ equipment didnt' change or swap ? but i got delay for reuse this feature
  6. already use lastest rathena ?, thats why im asking here ?
  7. hi, All i try new feature swap equipment. but when i use change button, the equipment didnt change, but i got delay to reuse this feature? i was try use zack translation and use RE/Ragexe client im use client date 20180621 update : i was try to use command @useskill 5067 1 Oke , and work it. but when try to use change button not work. so this feature it's work only the change button not work or didnt call skill swap equipment(5067).
  8. still didn't attack any monster near the character
  9. i think its already set just only for VIP member(Groupid level 5) see this part bindatcmd "torpedo","Megaphone::OnCommand",5;
  10. thx @n0tttt for random walk its work but for auto attack not workin character didn;t hit any monster just random walk
  11. DAMN!! it's realy nice and cool!
  12. to added item in mission shop u must use @reloadscript if not it will make unknown item or turn into apple/jellopy
  13. if (countitem(item_id) < 1 || countitem(item_id) < 1) can u tell me what error on console?
  14. mes "warp me"; next; switch(select("Yes:No"){ case 1: if (countitem(item_id) < 1){ mes "You need XXX item to use our service"; close; } warp "prontera",156,182; end; case 2: close; }
  15. just add if(BaseLevel >= 15 && BaseLevel <= 50) { percentheal xx,yy;} else { getitem itemid,1; }
  16. hi, all i want to make NPC to accept buy gold from player, but when transaction succesed it make log transaction ex: Player 100 gold to NPC and at insert to table ex:"LOG_ZENY" = Player A has sell 100 Gold and get 10M zeny its possible? Sorry for my bad explain, im not good in english
  17. if (BaseLevel <100) { percentheal 25,25; }
  18. btw i found this is similiar what i want function script F_botex { set .@i,0; while (.@i < 1) { set .@b,0; dispbottom .@i+""; .@rid = getcharid(3); getmapxy(.@m$,.@x0,.@y0,0); sleep2 100; .@x = rand(-13,13)+.@x0; .@y = rand(-13,13)+.@y0; sleep2 100; if(!checkcell( .@m$,.@x,.@y,cell_chkpass )){ dispbottom "Coordinate not exists!"; continue; } else if(checkcell( .@m$,.@x,.@y,cell_chkpass )){ dispbottom "Coordinate exists!"; } sleep2 100; while(.@x0 != .@x && .@y0 != .@y) { set .@b,.@b+1; viewpoint 1,.@x,.@y,1,0xFF0000; dispbottom "auto walking to x = "+.@x+" y = "+.@y; unitwalk getcharid(3),.@x,.@y,strnpcinfo(3)+"::OnReach"; sleep2 2000; if(.@b > 5) break; getmapxy(.@m$,.@x0,.@y0,0); sleep2 100; } unitskilluseid .@rid,"WL_JACKFROST",5,.@rid,-4; percentheal 100,100; sleep2 100; dispbottom "JackJack"; } end; } btw is possible change function "unitskilluseid" to "unitattack" ? the purpose like auto attack but via script ?
  19. hi, all how to make new function when call the function character auto random walk ? and this function will be used on usable item?
  20. it's great script and ideas ? its possible to change autoskill to autoattack random mob?
  21. prontera,137,111,5 script Maurel 604,{ // January ~ December Item Lists setarray .@ItemID[0],7539,5022,512,607,608,7539,5022,512,607,608,7539,5022; setarray .@Amount[0],10,10,10,10,10,10,10,10,10,10,10,10; if( #MonthlyReward != gettime(DT_MONTH) ){ getitem .@ItemID[gettime(DT_MONTH)],.@Amount[gettime(DT_MONTH)]; set #MonthlyReward,gettime(DT_MONTH); mes "You have grant an item for this month."; }else{ mes "You cant take a reward again this month."; } close; } Btw I use Emistry script but when talk to npc i didnt get the item and get error like this in console [Error]: buildin_getitem: Nonexistant item 0 requested.
×
×
  • Create New...