Jump to content

nana

Members
  • Content Count

    67
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by nana

  1. nana

    NPC masking

    Thanks for the script i hope i can downloaded soon
  2. Ohhh i see, Thanks a lot!
  3. Hi I'm trying test this script, however the array dont get the args that i need: setarray .Scheds[0],0,16,50,0,0,0; announce "inicio Dia "+.@Scheds[0]+" hora " +.@Scheds[1]+" min " +.@Scheds[2],bc_all|bc_woe; announce "inicio server Dia "+gettime(4)+" hora " +gettime(3)+" min " +gettime(2),bc_all|bc_woe; Hoever i always get 0 0 0 I attach image Can anyone help me? What i'm doing wrong? i read this http://herc.ws/wiki/Setarray and i dont get whats my error
  4. nana

    PK area

    I cant make this work on my emu can anyone update it plz ??
  5. omg okie i'll try it! x_x thanks a lot!!!
  6. How can i remove the 3rd job skill bookmark (sorry my english, you can see what i'm talking about on the image) I already extract the data.grf but i cant find that
  7. You have to place the sprites in dataspriteÀΰ£Á·¸Ó¸®Åë¿©56_¿©.spr dataspriteÀΰ£Á·¸Ó¸®Åë¿©56_¿©.act dataspriteÀΰ£Á·¸Ó¸®Åë³²56_³².act dataspriteÀΰ£Á·¸Ó¸®Åë³²56_³².act
  8. Are you sure you implemented well the sprites? i mean with the ##_(prefix).spr/.act on each sprite?
  9. does anyone have a bacckup of the reference in the first post "Hello, I just want to request another script script. same:(http://herc.ws/b...-with-aura-pvp/" Thanks
  10. Is there any chanse that someone fix it to hercules http://rathena.org/board/topic/88703-family-gangs-a-new-full-family-system/ i try to fix but i cant plop i think the error is for how he declare Hp, baselvl joblvl and the global variable but i'm not sure x_x i change all this variables to the ones on wiki but still i got errors Thanks in advance
  11. I search about this error but i cant find the solution Here: http://herc.ws/board/topic/6714-help-error-in-client/ They try solved with "Use client dated 2014-02-05 or below" -- done but still with error 1) Client is having some issue locating ws2_32.dll in your system (corrupted client maybe?) -- C:WindowsSystem32/ws2_32.dll 2) Client is referring a different dll to get the send and recv functions. (maybe the client was used with PEEK?) -- is a new client of themon i just diff it x_x Thanks in advance
  12. This is the output of NEMO ;( idk what i'm doing wrong. -------------------------------------------------------------------------------------------------- Client Name : letstry.exe -------------------------------------------------------------------------------------------------- Enable Proxy Support (Experimental) : PATCH PARSE ERROR - ReferenceError: Can't find variable: jcSize Custom Window Title : SUCCESS Disable 1rag1 type parameters : PATCH FAILED - Failed in part 1 Disable Ragexe Filename Check : PATCH FAILED - Failed in Part 1 Disable Hallucination Wavy Screen : PATCH FAILED - Failed in part 2 Disable HShield : PATCH FAILED - Failed in part 1 Disable Swear Filter : PATCH FAILED - Failed in part 1 Fix Camera Angles (FULL) : SUCCESS HKLM To HKCU : SUCCESS Increase Zoom Out Max : PATCH FAILED - Failed in part 1 Enable /showname : PATCH FAILED - Failed in Step 1 Read Data Folder First : PATCH FAILED - Failed in part 1 Read msgstringtable.txt : PATCH FAILED - Failed in part 1 Read questid2display.txt : PATCH FAILED - Failed in part 1 Remove Gravity Ads : PATCH FAILED - Failed in part 1 Remove Gravity Logo : PATCH FAILED - Failed in part 1 Restore Login Window : PATCH FAILED - Failed in part 5 Disable Nagle Algorithm : SUCCESS Translate Client : SUCCESS Use Ragnarok Icon : SUCCESS Use Plain Text Descriptions : SUCCESS Enable Multiple GRFs : PATCH FAILED - Failed in part 1 Skip License Screen : SUCCESS Use Ascii on All Langtypes : SUCCESS Chat Color - GM : SUCCESS Disable Packet Encryption : PATCH FAILED - Failed in part 1 @ Bug Fix : PATCH FAILED - Failed in part 1 Enable 64k Hairstyle : PATCH FAILED - Failed in part 2 Enable Custom Homunculus : SUCCESS Ignore Missing File Error : PATCH FAILED - Failed in part 1 Enable Custom Jobs : PATCH FAILED - Failed in Part 1.2.1 Ignore Missing Palette Error : PATCH FAILED - Failed in part 1 Enable Custom Shields : PATCH FAILED - Failed in Step 6 - Not enough free space Shared Body Palettes Type2 : PATCH FAILED - Failed in Step 3 Shared Head Palettes Type2 : PATCH FAILED - Failed to Find Matching Pattern Remove Serial Display : PATCH FAILED - Failed in Part 2 Allow space in guild name : PATCH FAILED - Failed in Part 1 Enable DNS Support : PATCH FAILED - Failed in part 1 Use SSO Login Packet : PATCH FAILED - Failed in part 1 Remove GM Sprites : SUCCESS Cancel to Login Window : PATCH FAILED - Failed in Step 2 Disable dc_scream.txt : PATCH FAILED - Failed in Part 1 Disable ba_frostjoke.txt : PATCH FAILED - Failed in Part 1 When i use the unpatched exe i got this error: [Warning]: clif_parse: Received unsupported packet (packet 0x06d9 (0x49f0), 13 b ytes received), disconnecting session #3. [info]: Closed connection from '127.0.0.1'.
  13. I'm trying make my exe, but i got error if i activate the SSO login packet Does anyone knows why is this?
  14. I wanna make dfferent systems for different kind of guilds, for example i want this types of guilds PVM PVP Social Support How can i do this?
  15. Hi, i'm making an npc, the point is that players need "lvl" from novice lvl 1 to second class no rebirth max lvl normally but when u are base 99 job lvl 50 u can talk with the npc, and he makes u max lvl rebirth (ex priest 99/50 to HP 99/70) i want remove extra skill and stats points how can i do it? thanks!
  16. How can i make that if the char is afk or same IP add then dont give the bonus of drop rate?
  17. nana

    announce rates

    Ohh thanks!!! ^^; it works ^^U
  18. nana

    announce rates

    i have some troubles x_x in the guide i saw this example so i try use it for the script (i use the same structure) however i got this error o.o Error]: script error in file 'npc/dev/rates.txt' line 8 column 16 parse_simpleexpr: unexpected end of expression 5: 6: OnTimer40: 7: announce "flood",bc_all,0xFF6060; 8: setnpctimer, 0; ~~~~~~~~~~~~~~~^ 9: end; 10: } How can i solve this? o.o?
  19. nana

    Auraset

    how can i fix it? add this line in the header #include "../common/timer.h" I got the same error =( It seems happen with NDG Protection not Auraset plug-ing i normally compile my servers as i made mods, so i'll try implement auraset before ndg ... to see if its that ^^ i try in Hercules - costume -testitem - aura and it works! Thanks a lot woot
  20. Something like this? http://herc.ws/board/topic/5592-one-player-cant-connect-the-rest-can/
×
×
  • Create New...

Important Information

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