Jump to content

LearningRO

Members
  • Posts

    722
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by LearningRO

  1. if you want to buy episode 17.1 and 17.2 just ask to @crazyarashi He the original author make script for 17.1 and 17.2
  2. Solved by increase MAX GUILD SKILL ON MMO.HPP from 15 to 17
  3. Already add to skill_db.yml and guild_skill_tree.yml and then restart server but got error
  4. ini Kesalahan anda bro Step 1 anda sudah definis client version step 2 anda hilang kan otomatis ga mau konek hehe acctualy ada cara cepet dari pada lewat tuh file ckup lewat ./configure semua ja ./configure --enable-epoll=yes --enable-prere=yes --enable-vip=yes --enable-packetver=20180620
  5. just use euphy quest bro https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt
  6. - script atcmd_example -1,{ OnInit: bindatcmd "test",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: if(strcharinfo(3) == "mapevent" { do comand here } end; } try this
  7. try to check your LUA file its compatible with your client version
  8. if u use renewal maybe u just create this item
  9. Hi, as tittle said, it can prevent to reduct intimacy pet when the owner die on pvp map?
  10. area u sure use the lastest rathena?
  11. for new madogear i think must use @bodystyle 2
  12. Hi, I try to use this instance but when I reach stage 6 on weekend always get 1 item only not 1*6(By stage i reach) and on script mail i didn't see any formula to count it
  13. add your map on db/castle_db.txt
  14. Coz that client didn't use Packet Encrypt anymore
  15. so telling us whats its your problem or any error in console?
  16. Fastest and really easy to config ! Really Recomended!
  17. just change this part to skillid sunset, service unitskilluseid getnpcid(0),321,10;
  18. Hi, Someone can fix this script event from Godammit prontera,150,180,4 script SafeZoneEvent 100,{ if(.event==2)end; select("[Join]"); if(!.event)initnpctimer; warp "ggpro",19,19; set .event,1; end; OnTimer5000: mapannounce "ggpro","[System]:Game Start",bc_map; sleep 3000; for(set [email protected],1;[email protected]<=10;set [email protected],[email protected]+1) callsub Start; mapannounce "ggpro","[System]:Game Over",bc_map; sleep 3000; callsub WarpNoSafe; end; Start: set .event,2; set .e_x,rand(1,35); set .e_y,rand(1,35); set .e_t,5; callsub WarpShow,.e_x,.e_y; while(sleep(1000)) if(set(.e_t,.e_t-1)<0) break; else callsub ShowEffect; callsub WarpNoSafe,.e_x,.e_y; sleep 1000; return; OnInit: callsub WarpNoSafe; end; WarpNoSafe: if(!getarg(0,0)&&!getarg(1,0)) { mapwarp "ggpro","prontera",150,180; set .event,0; set .e_x,0; set .e_y,0; set .e_t,0; return; } areawarp "ggpro",0,0,40,getarg(1)-1,"prontera",150,180; areawarp "ggpro",0,getarg(1)+3,40,40,"prontera",150,180; areawarp "ggpro",0,getarg(1),getarg(0)-1,getarg(1)+2,"prontera",150,180; areawarp "ggpro",getarg(0)+3,getarg(1),40,getarg(1)+2,"prontera",150,180; return; ShowEffect: for(set [email protected],1; [email protected]<=8; set [email protected],[email protected]+1) initnpctimer "SafeZoneEvent#Effect"[email protected]; return; WarpShow: movenpc "SafeZoneEvent#Effect1",getarg(0),getarg(1); movenpc "SafeZoneEvent#Effect2",getarg(0)+1,getarg(1); movenpc "SafeZoneEvent#Effect3",getarg(0)+2,getarg(1); movenpc "SafeZoneEvent#Effect4",getarg(0),getarg(1)+1; movenpc "SafeZoneEvent#Effect5",getarg(0),getarg(1)+2; movenpc "SafeZoneEvent#Effect6",getarg(0)+1,getarg(1)+2; movenpc "SafeZoneEvent#Effect7",getarg(0)+2,getarg(1)+2; movenpc "SafeZoneEvent#Effect8",getarg(0)+2,getarg(1)+1; return; } ggpro,1,1,0 script SafeZoneEvent#Effect1 139,{ OnTimer100: specialeffect 315; end; } ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect2 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect3 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect4 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect5 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect6 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect7 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect8 139 I alwasy get this warning a loot even all player get kick all [Warning]: Unexpected type for argument 1. Expected number. [Debug]: Data: label pos=495 [Debug]: Function: jump_zero [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180) [Warning]: Unexpected type for argument 1. Expected number. [Debug]: Data: label pos=495 [Debug]: Function: jump_zero [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180) [Warning]: Unexpected type for argument 1. Expected number. [Debug]: Data: label pos=495 [Debug]: Function: jump_zero [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180)
×
×
  • Create New...

Important Information

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