Jump to content

kerbiii

Members
  • Content Count

    342
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kerbiii

  1. done, i was about to edit my post, hehe i see it thank you! how about making a new one or custom sprite?
  2. change the classNum = (into what) where can i see the available sprite? and where can i see the weapontable.lub
  3. big YES! can you share it to me? is it a script? source?
  4. i want to make a armor costume that when equipped your appearance will change into diferent job sprite depending on the costume your wear.. sample item is: Ranger Outfit = Makes your char sprite a ranger Warlock Outfit = makes your char sprite a warlock Sura Outfit = same RK Outfit = same GX Outfit = same
  5. try this if ( Class == Job_Sniper )&& ( BaseLevel == 99 )||( Class == Job_Champion )&& ( BaseLevel == 99 )||( Class == Job_OtherTrans ) && ( BaseLevel == 99 ) { mes "Do you want to enter?"; next; mes "Are you sure?!"; next; mes "Goodluck!!!"; switch(select("Yes:No")) { case 1: warp "mapname",x,y; end; case 2: mes "Ok bye!"; close; } } else { mes "You need to be a Trancendent with Base Level 99"; close; } just add more jobs and add the map you want to add
  6. Thats 50% wrong, for existing weapons you just have to place the correct named files in the grf. i tested that and made custom sprites for all katars. and it worked fine when they got the correct name. is this for real? but in official server Violet Fear and some other weapon have special weapon sprite when attacking
  7. //==================================================== //= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ '__/ __| | | | |/ _ / __| //= | | | | __/ | | (__| |_| | | __/__ //= _| |_/___|_| ___|__,_|_|___||___/ //= //= http://herc.ws/board/ //================= More Information ================= // http://herc.ws/board/topic/1244-official-item-grouppackagechain //==================================================== // Structure of file: /* <Container_Item_Name>: { <Entry_Item_Name>: { Random: 0 - Signs what group type this item belongs to, 0 is "Must", a group of items that come out whenever the package is open (doesn't use rate), anything above 0 is considered "random_group_<value>", a package with 2 random groups for example gets 2 items whenever open, one from each group Count: 30 - Stands for how much <Entry_Item_Name> will be obtained. Expire: 2 - Signs how many hours this item will last (makes a rental item). Announce: True/False - Signs whether to relay a special item obtain announcement when this item comes out of the package. Rate: 50 - If 'Random' is not 0, a rate from 1 to 10000 (0.01% - 100%) will be given. Named: True/False - Signs whether the item should have the owner's name in it. Bound: Char/Account/Guild - Bound an item } } but for now how to auto bound an item when you get it on a box? can i use this? Script: <" getitembound2,5199,1 ">
  8. cool, can you share the map and sprite for this? i want to test it, if its okay, the link in eathena is dead
  9. Its working but once merchant type bought any item it will gives Discount because of Discount skill hahahah! weird but i was not able to produce the discount thing, it shows the discounted prize but if you buy it it will take the original price
  10. R> itemInfo.lub for pre-renewal because all the description of items and equips are in renewal
  11. fixed! it was a hosting issue that cause this
  12. i tried searching but i found nothing regarding that packet error, i got no error on putty, except that when i tried to login. im runing a pre-renewal hercules and #ifndef PACKETVER #define PACKETVER 20130807 #endif // PACKETVER #ifndef DISABLE_PACKETVER_RE // Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE). //#define PACKETVER_RE #endif // DISABLE_PACKETVER_RE
  13. [Error]: Unknown packet 0x001e received from login-server, disconnecting. [Warning]: Connection to Login Server lost.
  14. kerbiii

    pre-renewal server

    Tanong lng po, 1. Hanggang anong patch yung pre-renewal ntin sa herc? 2. Anong client yung pinaka flexible at magagamit mo sa lht RO like pRO, iRO and other RO 3. Pinaka magndang client date at data folder for trans
  15. there is already an item to do this, you can buy it at alberta
  16. uhm it worked before too ^^ sir ossi got error posted it above you sample.c plugins makes problems , be sure to run on latest Rev and recompile it befor you make the plugins sir im already on the latest rev and already compile my server but when i make plugins i got this error: [cbox]make[1]: Leaving directory `/root/hercules/src/common' MAKE plugins make[1]: Entering directory `/root/hercules/src/plugins' CC sample.c /usr/bin/ld: cannot open output file ../../plugins/sample.so: No such file or directory collect2: ld returned 1 exit status make[1]: *** [../../plugins/sample.so] Error 1 make[1]: Leaving directory `/root/hercules/src/plugins' make: *** [plugins] Error 2 [/cbox]
  17. pwede po bang penge ako ng sample ng item na may inherit
  18. ah pero okay lng yung copy paste from re/itemdb.conf to pre/itemdb.conf? as long as iedit ko yung def? o kelangan sa itemdb2.conf ko ilagay yung item na ililipat ko?
  19. updating to latest rev solve this Edit: this doesnt solve the problem, I still encounter that error
  20. ano pong advised mo para makapag transfer ako ng renewal items sa sa pre-re? sample is mora set
  21. okay lng bang icopy paste ko yung ibang item sa re/itemdb.conf papunta sa pre/itemdb.conf?
  22. i see, salamat mga sir! last question po yung bang mga renewal items and map accesible parin sa pre-renewal?
  23. meaning mas okay yun hercules? since everything eathena have, meron din ang hercules and mas improve pa?
×
×
  • Create New...

Important Information

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