Jump to content

Fragas

Members
  • Posts

    334
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Fragas

  1. ^ Maybe you are just a spammer, and don't tryed this, or you are doing something wrong? This for me works in ALL L2j servers.
  2. Nice list, found some realy cool MMORPGs what I didn't knowed. :)
  3. Yea cool, just tryed... And working :o Wow nice.
  4. Cool, thanks man, now I will always use frenzy with this. :}
  5. But this working in all L2j oneo servers :D
  6. impossible is nothing, but this is impossible. :)
  7. wow looks fantastic! I like it alot. Thanks
  8. This already posted. Use search before creating topic. :P
  9. I didin't know it. Thanks, but it's not very usefull for me. :)
  10. Need 200 posts, because its too good program? Maybe 50 posts can be better? ;D I whant to see it. :'( Can't find in google, yahoo search... Searched everythere something like this... No results. :(
  11. Yea... How ws can win pvp with paladin? doom set vs IC... lol :o Paladin was really noob. Or this was just a luck, because off ws stuns..
  12. does its possible to configure it to work in Interlude? I play in Interlude only, so this thing can be awsome for me... :/
  13. ///spawn for me not working, and how you can get jail for using //spawn? :o
  14. Im idiot... -.- Im using L2NET v231b.... :/
  15. I don't get it :( whats wrong here? //made by rocket666 //edited and tweaked by mpj123 //testing, bug solutions and just being cool, MeatWod INCLUDE StdLib\inventory.l2c //Settings DEFINE STRING ITEMNAME "Angel Slayer" //Item name, don't write the SA SA DEFINE STRING ITGRADE S //Item grade (s80=s) DEFINE STRING ENCHNAME "Scroll: Enchant Weapon (S)" //Enchant name DEFINE STRING ENCHANT 25 //Max enchant DEFINE INT CURENCHANT 0 //Current enchant, change line 38 too DEFINE INT DELAY 1100 //Delay of all actions in MS DEFINE INT SUCCESSENCHANTED 0 //Some definitions DEFINE STRING CRYSTAL "Crystal: <&ITGRADE&> Grade" DEFINE INT CRYID 0 DEFINE INT CRYCOUNT 0 DEFINE INT CRYCOUNT2 0 ITEM_GET_ID CRYID "<&CRYSTAL&>" DEFINE STRING ITNAME 0 DEFINE INT ENCHID 0 DEFINE INT ENCHCOUNT 0 DEFINE INT ENCHUID 0 DEFINE STRING ENCHCODE 0 DEFINE STRING ITEM 0 DEFINE ARRAYLIST INVEN_AL 0 GET_INVENTORY INVEN_AL //Calc enchant unique id ITEM_GET_ID ENCHID "<&ENCHNAME&>" INVEN_GET_UID ENCHUID "<&ENCHID&>" ENCHCODE = ENCHUID.GET_HEX32 DEFINE STRING ENCH "19 <&ENCHCODE&> 00 00 00 00" //Start actions FOREACH I Inventory INVEN_AL ITNAME = INVEN_AL.I.NAME IF ITNAME == ITEMNAME CALLSUB ENCHANT PRINT_TEXT "<&ENCHCOUNT&> enchants remaining." CURENCHANT = ZERO ENDIF NEXTEACH PRINT_TEXT "<&SUCCESSENCHANTED&> are currently enchanted successfully to <&ENCHANT&>" PRINT_TEXT "Done" SCRIPT_END SUB ENCHANT DEFINE bytebuffer my_bb 256 my_bb.WRITE_BYTE #i95 my_bb.WRITE_INT32 INVEN_AL.I.ID my_bb.WRITE_INT32 #i0 WHILE ZERO == ZERO ITEM_COUNT CRYCOUNT "<&CRYID&>" IF CURENCHANT < ENCHANT ITEM_COUNT ENCHCOUNT "<&ENCHID&>" IF ENCHCOUNT > ZERO CURENCHANT = CURENCHANT + ONE PRINT_TEXT "Your weapon is enchanting to <&CURENCHANT&>" INJECT "<&ENCH&>" SLEEP "<&DELAY&>" my_bb.TRIM_TO_INDEX injectbb my_bb SLEEP 300 ITEM_COUNT CRYCOUNT2 "<&CRYID&>" IF CRYCOUNT2 > CRYCOUNT DELETE my_bb RETURNSUB ELSE IF CURENCHANT == ENCHANT SUCCESSENCHANTED = SUCCESSENCHANTED + #i1 ENDIF ENDIF ELSE PRINT_TEXT "Enchant is over." PRINT_TEXT "<&SUCCESSENCHANTED&> are currently enchanted successfully to <&ENCHANT&>" SCRIPT_END ENDIF ELSE PRINT_TEXT "Successfully enchanted." DELETE my_bb RETURNSUB ENDIF WEND RETURNSUB I get a lot of error 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36: INVALID VARIABLE TYPE 08:40:30 :[############################# 08:40:30 :[############################# 08:40:30 :[ERROR: SCRIPT ERROR: LINE 36 : FOREACH 08:40:30 :[#############################
  16. Yra cool colors. I like it.
  17. ohh now to see this need only 1 post, so I will try this. Thnx.
  18. for me necro sucks, with sph I can own all necros... In interlude if I choose mage i choose only sps or sph for me here is the best mages. Anyway, in c4 necro owns. :)
  19. old... In pvp servers it rocks.
  20. hehe nice one. I like it. ^^
  21. I know this before long time, but bad thing is my PC. 1GB ram, 1.8 GHz. With this I can crash not the server, but my pc... :D
  22. In my server don't work too. :/
  23. ^ Download new system from your server. Open L2.ini with file edit. ServerAddr=*Here is your server IP, copy it* Open l2.ini from folder infogatel2. ServerAddr=*Press alt + v here* Save it as version 413 now copy infogatel2 folder in to you l2 folder just dont rename it and start l2.exe from here. Read it a lot of times and you will understand.. ;D
  24. You can, jut for me in CT2.2 not work the newest l2phx.3.4.1.80, but l2phx.3.4.1.78 works for me in CT2.2 perfect.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock