Jump to content

leloush

Members
  • Content Count

    269
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by leloush

  1. leloush

    Own POints

    yeah that's it almost like that, just add it after the quest completion part.. so it will give that points.. something almost like this mes "Well done you have started the quest of got me 5 apples"; mes "Thank you";set queststarted,0; delitem 512,5;set #OWNPOINTS, #OWNPOINTS + 5; dispbottom "You now have " +#OWNPOINTS+ " own points. by completing the collect 5 apples quest.";close;
  2. leloush

    Own POints

    i think this one is ur talking about but this is temporary only.. when logged out it gone.. OnSampleKill: set @Samplepoints,@Samplepoints+1; den follow by this dispbottom "You have "+@Samplepoints+" point(s)"; end; every kill of monster with a label of OnSampleKill will recieve +1 Samplepoints points.. dunno just get a copy on wiki.. wiki knows alot more than i do
  3. thank you for the time sir mhal.. now im wondering what should i use .. if ur version or ossi's version because this two diff version are the same.. the only different from these two mods is there's a clif message.. maybe that's the only line im able to understand. thank you again...
  4. leloush

    2nd [Question]

    isee, thank you.. that's all..
  5. leloush

    2nd [Question]

    whats wrong with this annie.. can u please check the error when compiling(see photo attached) thanks..
  6. sir a question here.. im trying to use this autoattack.. i chose to apply it using .c only coz it doesnt work by just adding on trunk and putting on plugins.conf kindly check this errors? i just follow the guides in HPM installing. what rev. you use? can you provide your src/plugins/sample.c and autoatk.c codes? so that I can compare it.. im using 12535.. this is my sample.c(from 12535) sir mhal. and the autoattack.c is default one (the one u provided in the latest version of autoattack plugins) sample.c
  7. You should really consider updating your Hercules. soon i will, im just waiting for extended vending system update to work with the latest versions. so if this will be available in latest version.. ill move on to the latest version too..
  8. yeah i saw this already.. but im using older version.. so it doesnt fit to me.. that's why i used autoattack instead of bot release of goddameit, i want it but i also love the version im using currently even if its too old.. btw thanks sir a question here.. im trying to use this autoattack.. i chose to apply it using .c only coz it doesnt work by just adding on trunk and putting on plugins.conf kindly check this errors? i just follow the guides in HPM installing. try this http://herc.ws/board/topic/4821-bot/?p=31176
  9. leloush

    [Question]

    ok topic solved.. now i have my 1st ever install plugins... thanks for the info both of you.. really appreciate it.. +1 reps for u guys i just follow carefully this http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC and i look for a plugins to install in plugin release..
  10. sir a question here.. im trying to use this autoattack.. i chose to apply it using .c only coz it doesnt work by just adding on trunk and putting on plugins.conf kindly check this errors? i just follow the guides in HPM installing.
  11. ah isee .. thanks for the reply both of you..
  12. leloush

    [Question]

    precompiled plugin is usually in form of .dll or .so, you have to put that in plugins/ folder and edit only plugins.conf, and nothing else.but precompiled plugins may not work if hpm is updated, or you are using old version, but plugin is compiled with latest version, it may cause random crash(if it gets loaded). thanks for the info sir dast... well in my case im using 12535 and sure this is old version.. so to apply this plugins imma delete all the files except the autoattack.c which is need to perform in installing/making a plugins... and to be sure also that there is no problem "random crash" would happen..
  13. leloush

    [Question]

    in other words.. even if its pre-compiled plugins i need to do this? http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC ??
  14. OnInit: .sleeploop = 60000; // 1 minute .tick = 60; // recieve every - 60 minutes .afk = 1; // idle check - 1 minuteend;}
  15. leloush

    [Question]

    ah sry i forgot to tell the version im using... im on 12535 such a late late version.. i just loved to use this because it doesnt give me a problem.. just this plugins @ontopic ill try @edit ok i got it now "just by removing the comma in the line where "autoattack" is enabled it reads the attack.dll but what happen next is this
  16. leloush

    [Question]

    >.< i just wondering.. coz i just saw a topic that the plugins/pre-compiled plugins is requiring that the plugins folder is up to date.. so i post this instead of my error.. ok then ill do it again 1 more time.. then ill upload some screeny to show what's happening.. ill update my post in a bit. @edit btw sir dast. is pre-compiled plugins really need to follow the steps here? coz like what sir mhalicot said "it is compiled already so no need".. http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC @edit here it is
  17. leloush

    [Question]

    yes i did.. and i follow carefully the guide in "how to work with HPMetcetc" also the filename is autoattack.dll also.. i used mhalicot's autoattack plugins.. for testing but i got some errors.. in compiling and enabling in plugins.conf
  18. leloush

    [Question]

    yes i did uncomment this HPMHooking line then i add the line which will be the plugins. like "autoattack" for example but when i try to load the server it throws an error someting like in that error i just uncomment the "HPMHooking" and im using windows / msvc
  19. leloush

    goldroom party

    this is much better, that annie made for me.. http://herc.ws/board/topic/4720-how-to-make-this-work/
  20. leloush

    [Question]

    Good day, hercs. just want to know what are the things i need for updating my plugins coz there's alot of good stuff in plugin section but i failed to apply them... i will show my outdated plugins folder/files sry this is my first time messing with the plugins.
  21. leloush

    BOT

    Good day goddameit, im wondering if this will work too in later versions? im doing manual patch at this moment.. so i got these lines } while(0) switch(type) { case SC_AUTOATTACK: and im missing here status->readdb_refine = status_readdb_refine; status->readdb_scconfig = status_readdb_scconfig; } so any other way to apply this in later version? coz the line qouted above is missing.. on my later version of svn
  22. http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ data folder (grf) http://rathena.org/board/files/file/2669-client-2012-04-10/ client.exe http://herc.ws/board/topic/827-weediff-aka-shins-diff-patcher-weediffgen-continuation/ weediff for client.exe diffing visit this links, might help a little....
  23. 800000 = 80% in ur conf. its only 8000 = 0.80% and this is too low... use @mi <MonsterID> then u will see the changes..
  24. @reloadbattleconf or u can show here what did u do on drops.conf so ppl can look into it and tell what's wrong or wat ever..
×
×
  • Create New...

Important Information

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