Jump to content

LuLu

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by LuLu

  1. LuLu

    Equips Bug

    why not try to increase the additional damage% for testing purposes. In that way you can see if it will work or not.
  2. what do you mean positioned? in the data folder? I'm not talking about its location. i think the sprite must edited? i mean maybe it is not fit or it is broken for that angle. you need to edit the sprite to follow where you are facing.
  3. read this *atcommand "<command>"; This command will run the given command line exactly as if it was typed in from the keyboard by the player connected to the invoking character, and that character belonged to an account which had GM level 99. // This will ask the invoker for a character name and then use the '@nuke' // GM command on them, killing them mercilessly. input @player$; atcommand "@nuke "+@player$; Note that for atcommands bound using 'bindatcmd', this command will execute the original atcommand, not the script-bound atcommand. in your case, you need to put these in you script <map>,<x>,<y>,<f> script <npcname> <id>,{ end; OnInit: while(1) { //loop atcommand "@cleanmap"; sleep 60000; //sleep for 60 seconds } end; } Just edit it by the way you need it.
  4. i think you have to fix the headgear act/sprite itself. Its the act/sprite that has the problem
  5. maybe you do not have the sprite for that item? try updating your kRO.
  6. this is what I use //2012-04-10aRagexeRE packet_ver: 30 0x01fd,15,repairitem,2:4:6:7:9:11:13 0x089c,26,friendslistadd,2 0x0885,5,hommenu,2:4 0x0961,36,storagepassword,2:4:20 0x0288,-1,cashshopbuy,2:4:8:10 0x091c,26,partyinvite2,2 0x094b,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083c,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0945,-1,itemlistwindowselected,2:4:8:12 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x0886,6,ticksend,2 0x0871,5,changedir,2:4 0x0938,6,takeitem,2 0x0891,6,dropitem,2:4 0x086c,8,movetokafra,2:4 0x08a6,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x0889,6,getcharnamerequest,2 0x0884,6,solvecharname,2 0x08e6,4 0x08e7,10,bookingsearchreq,2:4:6:8:12 0x08e8,-1 0x08e9,2,bookingdelreq,0 0x08ea,4 0x08eb,39,bookingupdatereq,2 0x08ec,73 0x08ed,43 0x08ee,6 0x08ef,6,bookingignorereq,2 0x08f0,6 0x08f1,6,bookingjoinpartyreq,2 0x08f2,36 0x08f3,-1 0x08f4,6 0x08f5,-1,bookingsummonmember,2:4 0x08f6,22 0x08f7,3 0x08f8,7 0x08f9,6 0x08fa,6 0x08fb,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08d7,28,battlegroundreg,2:4 //Added to prevent disconnections 0x08cf,10 //Amulet spirits 0x0977,14 //Monster HP Bar 0x0916,26,guildinvite2,2 0x091d,18,bookingregreq,2:4:6 // New cashshop 0x0844,2,cashshopopen,0 0x084a,2,cashshopclose,0 0x08c9,2,cashshopitemlist,0 0x0848,-1,cashshopbuy,2:4:6:10
  7. //2012-04-10aRagexeRE packet_ver: 30 0x01fd,15,repairitem,2:4:6:7:9:11:13 0x089c,26,friendslistadd,2 0x0885,5,hommenu,2:4 0x0961,36,storagepassword,2:4:20 0x0288,-1,cashshopbuy,2:4:8:10 0x091c,26,partyinvite2,2 0x094b,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083c,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0945,-1,itemlistwindowselected,2:4:8:12 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x0886,6,ticksend,2 0x0871,5,changedir,2:4 0x0938,6,takeitem,2 0x0891,6,dropitem,2:4 0x086c,8,movetokafra,2:4 0x08a6,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x0889,6,getcharnamerequest,2 0x0884,6,solvecharname,2 0x08e6,4 0x08e7,10,bookingsearchreq,2:4:6:8:12 0x08e8,-1 0x08e9,2,bookingdelreq,0 0x08ea,4 0x08eb,39,bookingupdatereq,2 0x08ec,73 0x08ed,43 0x08ee,6 0x08ef,6,bookingignorereq,2 0x08f0,6 0x08f1,6,bookingjoinpartyreq,2 0x08f2,36 0x08f3,-1 0x08f4,6 0x08f5,-1,bookingsummonmember,2:4 0x08f6,22 0x08f7,3 0x08f8,7 0x08f9,6 0x08fa,6 0x08fb,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08d7,28,battlegroundreg,2:4 //Added to prevent disconnections 0x08cf,10 //Amulet spirits 0x0977,14 //Monster HP Bar 0x0916,26,guildinvite2,2 0x091d,18,bookingregreq,2:4:6 // New cashshop 0x0844,2,cashshopopen,0 0x084a,2,cashshopclose,0 0x08c9,2,cashshopitemlist,0 0x0848,-1,cashshopbuy,2:4:6:10 this is what i use.
  8. LuLu

    Equips Bug

    what do you mean it doesn't give any additional damage? any proof?
  9. do you use 2012-04-10Ragexe?? opps didn't see. it's a packet_db error.make use your 2012-04-10 packet_ver: 30 have the cash shop packets.
  10. packet_db.txt error make sure your cashshop packets are ok
  11. why not Hex your own client? you can google for a guide. any 2013-07-31++ client supports rebellion. also as I said I think rA doesn't support Rebellions as of now.
  12. try vending. Just update ur msgstringtable and the error will go away. 2013-08-07 is the best client and the most stable of all 2013 clients yep I already know this. this was posted when the client was new. thanks anyways
  13. check sql. in "login". In "account_id" = 1.. username and password there must match username and password from map_athena.conf and char_athena.conf
  14. As far as I know, Rebellion works on 2013-07-31++ clients. You don't need data folder. Just update your kRO. Also I think rA doesn't support Rebellions as of now.
  15. LuLu

    SQL error

    try to update your main.sql. much better to reinstall the main and log SQL
  16. i think he is just asking for the code. He did not put the location etc.. coz it's non-sense
  17. did you rename it? also i'm using 2013-08-07. not sure on you client.repack it in your grf?
  18. OK. This is what I actually use. just check what will work. I'm using 2013-08-07Ragexe also rename the msgstringtable_NEW.txt to msgstringtable.txt only if you wish to use it For older clients msgstringtable.txt For the vending issue fix in newer clients msgstringtable_NEW.txt
  19. I think its not possible with other levels (ex 255 etc). you can only see aura at LEVEL 150
  20. It thinks most people know this. There is already a fix for this. I crashes because of the old msgstringtable.txt Just update you msgstringtable.txt and it won't crash anymore. Also msgstringtable on 2013-08++ clients uses another msgstringtable which messes up older msgstringtable.
  21. try this // Quest Emotion - script #quest_emotion -1,{ OnInit: while(1) { emotion e_gasp; sleep 5000; } end; }
  22. LuLu

    Hide NPC

    like invinsible? why not remove the location? make the npc as script. - script npc -1,{ *actions here* }
  23. try to read it. just change the location where it summoned, the ID and name of the monster. I'm not sure how to classify it as an MVP though so the tomb would show.
×
×
  • Create New...