Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Shit server means a Really shitty server , well the quote just says that, the servers which were planned and executed well, dont succeed, many players just want to have op equips.(Just a note, one cannot determine max number of players on vps/Ds or whatever, since it really depends on player connection too)
  2. There's several Add() function in it.Format: Add(<shop ID>,<reward ID>,<reward amount>,// <Zeny cost>,<point cost>,// <required item ID>,<required item amount>{,...});
  3. Don't use unbollox, Use grf editor and directly add all files yo grf, Note: the first grf loaded should be of translation grf...
  4. Though, younger than you....
  5. get the texture folder from the Clientside Repo : http://herc.ws/board/topic/398-client-translation-project/
  6. Be sure id 3490 doesn't exist in npcidentity. Else post the gravity error, (it might help us point to the problem)
  7. Buglar is 35 Its mentioned JOB_BUGLAR = 35,
  8. That isn't a error.....And(just a tip), use nemo patcher... About adding custom mob, 2014 client can. Do it. Just add its entry to npcidentity.lub and jobname.lub (mob have its range) , range is 1002-3999 25000-25100
  9. Please use search button http://herc.ws/board/topic/6502-guide-installing-and-using-screen/?hl=screen#entry39953
  10. Fake guild Data is been used... And those guild infos are been send.
  11. Ahh, yah, that's a bit(actually, a lot) strange..@topicstarter , maybe you miss some case sensitive warnings in console, and that cause these whole drama?
  12. Not necessary to add mob o_O, its just script not checking if mob exist or not, so adding a condition will fix it.
  13. Conf/maps.conf And Db/(pre-)re/map_index.txt
  14. Annie, this is already fixed! eAmod did it, why hercules wouldn't do? Because that's not official ...(I mean emblem above head on non-woe)
  15. Add if (getmonsterinfo(.@monster,1)==-1) goto iDisguise; Before deletepset 1;
  16. Maybe you edited something and that caused the error. See the first error that comes and go to that line. Probably the root cause is that line.
  17. When you download a client from somewhere. The client that you download have a client date for example 2014-10-22 Client Download so you must put in your mmo.h #define PACKETVER 20141022 and dont forget to recompile your server. good luck, if it still not clear to you.. just let us know.. you mean for reccompile is the hercules 9 10 11 12?Yes, recompile means clean build,You have to open one of those Hercules-9/10/12.sln according to your VC++ version.
  18. If you mean script, we to have to confirm that the script is fine and uses correct information, rather than just putting wrong NPC on repo and others mentioning tons of bug and also test the script before pushing..
  19. what about suggestions? Suggestion should go to suggestion forum
  20. 1st error: you forgot a } 2nd error: You started a string but not ended: example: "This Should be Expected", "This is there in your File, See the missing quotes? and it mentiones the line, so check those lines,
  21. cardprefixtable.txt @ clientside.
  22. - script afkwoe -1,{OnInit: .timetocheck = 30; //Seconds after which idle is checked. .idle_time = 30; //Idle time in seconds, from which one can be warped.end;OnPCLoginEvent: addtimer .timetocheck*1000,strnpcinfo(3)+"::OnCheckAFK"; end; OnCheckAFK: if(checkidle() >= .idle_time && getmapflag(strcharinfo (3), mf_gvg)) { dispbottom "The Police, has detected him as bot because you were in afk a long time during woe"; warp "SavePoint",0,0; end; } addtimer .timetocheck*1000,strnpcinfo(3)+"::OnCheckAFK";}
  23. Hello Hercules Community, Let me explain it first. It is ExtendedBG, which tends to contain all eAmodBG modes and extra modes(as and when coded). Some Previews: http://imgur.com/a/2SSVR Ohh, and the last thing I forgot to tell, Its 100% Plugin and Script, no Source Edits .. Special Thanks To: jaBote co-founded this project(and really thanks to him , that he motivated me at start at provided some functions and idea of how the base should be, and what we should do it to give flavor of Hercules in it). Repository Link: https://github.com/dastgirp/eBG (Please read README.md for installation steps) Leave Comments/Suggestions if you find something. NOTE: There might be some(/many) debug messages left in map-server which will be cleaned up. I will add battle.conf soon (you have to add it yourself for now or edit the plugin) The plugin might be a big mess to read/understand (I did many experiments over the year) There might be some bugs Thanks to @Rebel and @Myriad for testing and providing initial feedback Contact me on Discord: @Dastgir#1460 if there's some urgent issue or else open the issue in github. keep this topic for support. Want to encourage me??
×
×
  • Create New...

Important Information

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