Jump to content

DarkWhoteva

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by DarkWhoteva

  1. Ive read that when ur 15 lvls different (say ur 70, killing a 85 mob would be best) someone said it would be in pc.c but im not too sure which i gotta change to edit the lvl difference? if anyone has done something like this, thanks. Josh
  2. lol my bad for not posting it. http://eternallyro.whoteva.info/Uploads/v1.2b.txt ive also written a basic vip script which only requires a item to activate it which lasts for 30 days also gives a exp rate increase
  3. Id like a script that when you change classes, you get a certain item, say you change from novice to archer, it gives you a bow + 1000 arrows. if there anything like that? thanks, Josh
  4. ive done roughly half of it. finishing it tonight then il put it up for you to have a look. Edit: Did the edit, did a slight boo boo with this setarray .unit$, " month"," months", " day"," days", " hour"," hourss", " minute"," minutes", " second"," seconds"; just the hourss part. did the rest. lemmek now if that was all that needed to be english
  5. ohhh okay. thanks heaps for the info. il know now for future references.
  6. i can sorter translate it, but it wont be in script form, i mean like this //========================================= // AccountManager :: VipLib v1.2b // Desenvolvido por Rafael Perrella //========================================= // Para torná-lo compatível com versões antigas do emulador, substitua getgroupid() por getgmlevel() // e crie um npc que seta $@AM_Vip_OldRev para 1 e $@AM_Vip_GMLevel para 20 ao iniciar o servidor // vip_add (amount, group_id=1, uid=getcharid(3)) function script vip_add { set .@varName$, "$AM_Vip" + getarg (2, getcharid (3)) + "[" + getarg (1, 1) + "]"; callfunc ("vip_update", getarg (2, getcharid (3)), 0); setd .@varName$, (getd (.@varName$) + getarg (0) > 0) ? getd (.@varName$) + getarg (0) : 0; return callfunc ("vip_update", getarg (2, getcharid (3))); } And //========================================= //:: AccountManager VipLib v 1.2 ( //Developed by Rafael Perrella //========================================= //To make it compatible with older versions of the emulator, replace getgroupid () by getgmlevel () //and create an npc that arrow $ @ AM_Vip_OldRev for 1 and $ @ AM_Vip_GMLevel for 20 when starting the server //vip_add (amount, group_id = 1, uid = getcharid (3)) function vip_add {script set @ $ varName, "$ AM_Vip" + getarg (2, getcharid (3)) + "[" + getarg (1, 1) + "]"; callfunc ("vip_update", getarg (2, getcharid (3)), 0); setd. @ $ varName, (getd (. @ $ varName) + getarg (0) > 0)? getd (. @ $ varName) + getarg (0): 0; return callfunc ("vip_update", getarg (2, getcharid (3))); } If its any good, lemme know and il try to do the rest
  7. Let me know when its edited :3 ill download the new one and ill get someone to help it, but il add the script you said when i got the updated to test it. thanks!
  8. What do i edit to make it so they can do them straight away agian after handing them in? Im new to these scripts
  9. alright i didnt know where to put this cause i couldnt find a server side support, i cant find my eden group folder, i know its meant to be in npc/quests/eden/etc but its not there.. and i wanna adjust the board quests timer to nothing so people can keep doing them without having to wait 24hours. any help will be awesome, thanks, josh
  10. If i could get someone to add rates and stuff, would i be able to post the modifications? only on this post tho so people know that you released it
  11. How do you know what vip lvl gives what? the npc and script works fine for me :3 Edit: Ahh just noticed the comment above, how hard would it be to add rates to the script?
  12. nothing custom. just a complete standard server. 2012-05-15a from supportmii. im using rathena revision 16816. a poring and a ant egg. il get the error when i get home to my laptop got it to work, i went back to the client 2011-10-05a and it worked fine
  13. 16816 im pretty sure I got it too work with one client but all the tabs and skills/items are in koren.
  14. Whenever I attack a mob the first hit my client crashes, nook idea why. Anyone else had this problem before? Thanks, Josh
  15. Hey guys, its been awhile since ive added in customs, just wanna see what im doing wrong. Alright, i adjust my accessoryid.lua and my accname.lua ACCESSORY_starter_butterfly_wings = 1001, [ACCESSORY_IDs.ACCESSORY_starter_butterfly_wings] = "_starter_butterfly_wings", I added in my .spr/.act and ¿©/³² Added in my textures and i edited my.. idnum2itemdesctable idnum2itemdisplaynametable idnum2itemresnametable num2itemdesctable num2itemdisplaynametable num2itemresnametable made my thor patch and the rest and all im seeing is a apple... any input? thanks peoples. Josh
  16. I will give the VIP admin a go and see how it works
  17. Im not sure if it's a source mod or a script, but I'd like something similar to iros VIP system which gives extra xp enables you to use certain npcs and functions. Thanks guys! Josh
  18. I just copied the whole savedata out of my iro folder into my client folder and worked a charm. thanks!
  19. Seems to be im missing the ChatWndInfo_U.lua file, where do i find that?
  20. Just quickly! anyone know that error? only happens when i close the client
  21. you are amazing... that worked awesome. thankyou so much! thanks to everyone else too! i would have been sitting here like a noob all night!
  22. still does it o.o, With the clientinfo, i change it to <version>31</version> yes?or leave it as 23? ive done everything judas has said too.
  23. Do you mean add in the packet_ver 31? under the packet_db_ver: default?
×
×
  • Create New...