Jump to content

Giant Whisper

Members
  • Posts

    190
  • Joined

  • Last visited

Everything posted by Giant Whisper

  1. Hello Emistry, thank you very much for the npc it may be moved from database to database My idea is that when you cross a warp it moves you to another server
  2. monster "1@pop1",50,53,"Guardian Chest",3733,1,"Erza::OnErzaDead"; warp "1@pop1",49,50; set hecho, 1; end; OnErzaDead: set .@id,killedgid; getunitdata .@id,.@data; set .@x,.@data[UMOB_X]; set .@y,.@data[UMOB_Y]; enablenpc "Chest Novice"; unitwarp getnpcid(0,"Chest Novice"),"1@pop1",.@x,.@y; sleep 500000; if(getmapxy(.@m$,.@x,.@y,UNITTYPE_NPC,"Chest Novice") != 0) disablenpc "Chest Novice"; end; 1@pop1,51,51,4 script Chest Novice 10005,{ rentitem 1599,1012000; rentitem 2199,1012000; disablenpc strnpcinfo(0); awake "Erza"; warp "prontera",58,59; end; } 
  3. thanks for answering but it didn't work solved ?
  4. Hello Emistry, thank you very much for your help. I get error line 14 parse_line: expected ';' * 14 : month "Hello "+strcharinfo(0)+", do you want to take on the Branch Hunting Challenge?","If you manage to kill them, you'll receive a reward!"," "+.RewAmt+ " x ^880000"+DispLink'('.Reward)+"^000000";
  5. it is possible to adapt this script to be a multiple mobs hunter example: kill 10 poring, 5 lunatic, 3 desert wolf //======Name======================================== // Daily Monster Hunt //======Version===================================== // 1.2 //======Author(s)=================================== // Sandbox //======Comments==================================== // This NPC allows your player to hunt a random amount // of a random monster // *randomception!* // If the player successfully hunts the monster // he'll receive a reward! //======Credits===================================== // KeyWorld, nanakiwurtz, NeoMind, Kido // Thanks for helping me out guize! // Modified by Luciar for Yonko //================================================== prontera,132,168,3 script Branch Hunt Challenge 78,{ mes .Npc_Name$; if(Hunter) { mes "You have killed ^880000"+HuntCount+"^000000/^0000FF"+Amt +"^000000 "+getmonsterinfo(Hunt,0)+"s, keep it up!"; close; } if(gettimetick(2) < HuntDelay) { mes "You can only do this quest once every 4 hours!"; mes "You have "+(((HuntDelay) - (gettimetick(2)))/60)+" minutes left until the next quest."; close; } mes "Hello "+strcharinfo(0)+", do you want to take on the Branch Hunting Challenge?","If you manage to kill them, you'll receive a reward!"," "+.RewAmt+" x ^880000"+DispLink(.Reward)+"^000000"; if (.c_RewAmt > 0) { mes "and a bonus of up to "+.c_RewAmt+" ^880000"+DispLink(.c_Reward)+"^000000 for every challenge."; } else if (.z_RewAmt > 0) { mes "and a bonus of up to "+callfunc( "F_InsertComma",.z_RewAmt)+"z."; } else { mes "for every challenge."; } next; mes .Npc_Name$; mes "Do not forget to loot all the monster drops, they are part of the ^880000Dead Branch Quest^000000."; if(select("Bring it on!:How about no?")==2) { next; mes .Npc_Name$; mes "Fine!"; close; } next; mes .Npc_Name$; Hunt = .Mob_List[rand(getarraysize(.Mob_List))]; Amt = rand (50,100); //Amount of mob to hunt atcommand "@alootid -7201"; atcommand "@alootid -7189"; atcommand "@alootid -1019"; atcommand "@alootid -7222"; atcommand "@alootid +7201"; atcommand "@alootid +7189"; atcommand "@alootid +1019"; atcommand "@alootid +7222"; Hunter++; mes "You have to hunt ^0000FF"+Amt+" "+getmonsterinfo(Hunt,0)+"^000000!"; next; mes .Npc_Name$; mes "Go go go!"; close2; HuntDelay = gettimetick(2)+1; //every 1 sec. end; //----------Config---------- OnInit: .Npc_Name$ = "[^0000FF Daily Hunt ^000000]"; setarray .Mob_List[0],1497,1495,1880,1400,1151,1010,1277,1269,1503; //Mobs to hunt .Reward = 12103; //Reward ID .RewAmt = 10; //Reward Amount .c_Reward = 50000; //Reward ID .c_RewAmt = 0; //Reward Amount .z_RewAmt = 1000000; //Zeny Reward end; OnNPCKillEvent: sleep2 200; if(Hunter > 0) { if(killedrid == Hunt) { HuntCount++; dispbottom "You have killed "+HuntCount+"/"+Amt+" "+getmonsterinfo(Hunt,0)+"s, keep it up!"; if (rand(1,100) > rand(1,100)) { getitem 7850,1; } if(HuntCount >= Amt) { dispbottom strnpcinfo(1)+": Congratulations! You did it!"; dispbottom strnpcinfo(1)+": "+getitemname(.Reward)+" x "+.RewAmt+"!"; getitem .Reward,.RewAmt; if (.c_RewAmt > 0) { getitem .c_Reward,rand(1,.c_RewAmt); // Edit to the reward that you would be giving dispbottom strnpcinfo(1)+": "+getitemname(.c_Reward)+" x "+.c_RewAmt+"!"; } if (.z_RewAmt > 0) { Zeny = Zeny + .z_RewAmt; // Edit to the zeny that you would be giving dispbottom strnpcinfo(1)+": "+callfunc( "F_InsertComma",.z_RewAmt)+"z!"; } Hunt = 0; Hunter = 0; HuntCount = 0; Amt = 0; } } } end; }
  6. problem solved my mistake when duplicating ? //geffen,125,70,4 duplicate(Kafra Settings#saveyouratcmd) Kafra Settings#saveyouratcmd#1 4_F_KAFRA4 //izlude,139,138,4 duplicate(Kafra Settings#saveyouratcmd) Kafra Settings#saveyouratcmd#2 4_F_KAFRA4 //prontera,148,201,5 duplicate(Kafra Settings#saveyouratcmd) Kafra Settings#saveyouratcmd#3 4_F_KAFRA4 //moscovia,216,190,4 duplicate(Kafra Settings#saveyouratcmd) Kafra Settings#saveyouratcmd#4 4_F_KAFRA4
  7. already enter and delete the table lines acc_reg_str but the same thing happens even with a new acc
  8. saves them but upon entering they are activated and deactivated as the image shows
  9. when entering the server it is activate and deactivated
  10. Hello can someone help me with this autoload_atcommand.txt
  11. the idea is that it can be used in 2 class when using @bodystyle 1 be changed I don't want to replace sprites, I want it to be like a suite the user will use it if they like
  12. ITEMID,ITEMNAME,ITEMNAME,4,20,,0,,0,,0,0xFFFFFFFF,7,2,8192,,0,0,0,{},{setlook LOOK_BODY2,1;},{setlook LOOK_BODY2,0;} it is possible to make this item change the appearance to 2 Class + New Classes when using the suit, example a Sniper switch to a new custome ranger
  13. I can not solve the script summon poring should not be able to enter the map summon when entering the map would have to die automatically 62068,Sporing,SPoring,1,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ progressbar "0x00FF00",1; if(mobcount(strcharinfo(3) ,"Summon_NPC::OnSummon")) { killmonster strcharinfo(3),"Summon_NPC::OnSummon"; } else { summon "Slave Poring",26127,100*60000,"Summon_NPC::OnSummon"; } },{},{} - script Summon_NPC -1,{ OnInit: set .Map$,"prt_fild01"; setmapflag .Map$,mf_loadevent; end; OnPCLoadMapEvent: if(strcharinfo(3) == .Map$ && mobcount( .Map$,"Summon_NPC::OnSummon") == 1 ){ killmonster.Map$,"Summon_NPC::OnSummon"; } end; OnSummon: end; }
  14. Hello thanks for replying the slave comes out but does not move and without limits
  15. Un poco tarde pero gracias de todas forma solucionado en 2017
  16. { autobonus "{}",10,1000,BF_WEAPON,"{ if (@summon_limit < 1) { summon strcharinfo(0),1001,60000; @summon_limit += 1; } }"; },{},{} Hi, how can I make a slave clone instead of invoking a mob
  17. no error is that possible? summon can not enter that map, and if it enters he dies ?
  18. the summon still does not die when entering the map
  19. are items that make a summon monster appear but I would like that the summon mob does not enter into some map? that is the item script 62068,Sporing,SPoring,1,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ progressbar "0x00FF00",1; if(mobcount(strcharinfo(3),"Summon::On"+getcharid(0))) { killmonster strcharinfo(3),"Summon::On"+getcharid(0); } else { summon "Slave Poring",26127,100*60000,"Summon::On"+getcharid(0); } },{},{}
  20. I use consumable items from summon mob as it could be done so that the summon does not enter the map
×
×
  • Create New...