Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. Simply encrypt your sprite grf, make it read at first, disable read data folder first, implement some dll to check hash of data.ini and sprite grf. This should fix sprite delay. What you mean by other mod?
  2. Theres only some ways to solve, 1) check your sql, if the login table contains md5 pass, then enable md5 pass in fluxcp else disable from fluxcp. 2) check that flux is using proper sqldb. 3) you are using old fluxcp (there are many changes in login table over a time), maybe try to bein hercules fluxcp format (anyways not sure about this since it should pop different error) I cant think of any other ways which could cause invalid credential problem.
  3. prontera,164,171,4 script Gold Room 10005,{ mes "Do you want to enter Gold Room ?"; mes "This gold room is sponsor by Maybank2u"; menu "Ok",-,"No thanks.",L_No; close2; warp "sakura.gat",0,0; end;OnInit: waitingroom "[ Gold Room ]",0; end; L_No: close; OnMobKilled: set @ran, rand(1,3); if (@ran == 1) getitem 969,1; else if (@ran == 2) getitem 969,2; else getitem 969,5; end;}sakura,0,0,0,0 monster Gold Resident 1 3113,30,0,0,"Gold Room::OnMobKilled"sakura,0,0,0,0 monster Gold Resident 2 3142,30,0,0,"Gold Room::OnMobKilled"sakura,0,0,0,0 monster Gold Resident 3 3119,30,0,0,"Gold Room::OnMobKilled"sakura,0,0,0,0 monster Gold Resident 4 3133,30,0,0,"Gold Room::OnMobKilled"sakura,0,0,0,0 monster Gold Resident 5 3122,30,0,0,"Gold Room::OnMobKilled" Here you go.
  4. 1)one of the log files would have taken up all the space (and could not write to the HDD because there was no free space). i.e Make sure you have enough space OR 2)use svn unlock Or from TortoiseSVN (right-click) menu, Click Release Lock These 2 methods had solved my problems previously(when I used svn)
  5. I am done with testing the shops. Updated : http://herc.ws/board/files/file/6-special-shop/ (Will have to wait till moderator approve it) Diff File: SpecialShop_v1.2.diff
  6. It can show maximum 128 wishes. Since array is bound to 0-127
  7. Reference topic : http://rathena.org/board/topic/84169-specialty-shops/ Pull Request : https://github.com/HerculesWS/Hercules/pull/232 (Tested it out, and its working.) Diff File: SpecialShop_v1.2.diff (In case someone want to use it early/dev rejected it.) I have tested this source, and it works fine, anyone who wants to try can test it. Although in cashshop rearrangement, we would like if format is this <map name>,<x>,<y>,<facing> pointshop <NPC Name> <sprite id>,<"points">,<"description">,<itemid>:<price>{,<itemid>:<price>...} Where description is the name of point put, like if variable if PkP and description is PvP Points. Then when we open shop it will show in chat box (not npc dialog box), that "This shop uses PvP Points for purchasing items. Current PvP Points:123"
  8. I haven't thouht that this many people contributed to athena. Thanks all of them for their contribution for building this amazing ragnarok emulator.
  9. Ahh , as I told, Blame kRO for adding lines in between. Since 1 line more in 1749# so entries after it affected.
  10. %.1f%% (PC¹æ %.1f%% + TPLUS %.1f%% + ÇÁ¸®¹Ì¾ö %.1f%% + %s¼­¹ö %.1f%%)# Thanks done(confirmed with kRO) Have to check about this one. r70 - Line 1749 Added, Which was missing, and fixed several translations.
  11. Just hex your client and change iteminfo.lub to some other name. And rename your iteminfo to what you have hexed.
  12. https://raw.github.com/HerculesWS/Hercules/master/npc/quests/ninja_quests.txt Only these 3 seems to be missing: 10 Raksasa Dagger Quest 11 Mikatsuki Quest 12 Huuma Swirling Petal Quest
  13. Maybe upload a client, someone who is willing can help you with packets.
  14. What you mean by dump, any screenshot?
  15. src/config/renewal.h Comment #define RENEWAL and you can see below, more renewal stuff, you can comment them too(if you want pure pre-renewal). Then recompile the server.
  16. If there's some error message, you can post it here.
  17. Ive tried it already, im having errors in compiling its not updated to the latest revisions..need help to convert it.. If any error, please just tell us, maybe you had line mismatch since lots of commits were taken in hercules: party_script_v1.1.diff (Here's the diff created with new hercules)
  18. But for editing that word, atleast filename specified in the error should be accurate, I can't search 100's of NPC and check which one contains that word. like in 1st case: There's no filename given and in 2nd case: filename given is incorrect, that file doesn't contain any word "Coal"
  19. Shikazu has already made a DLL importer. won't it be redundant to have a patch which loads custom dll? I previously used https://svn.netvor.sk/umage/dllinject/ which worked on 2012 clients, but if I use it on 2013-08-07 it gives error "xyz.exe is not a Valid Win32 Executable". If I use Shikazu DLL, it was giving some error, Maybe I will try to use it again. It was DllMain Error, My Format is(matching with the sample one given with Liberty) extern "C" DLL_EXPORT BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason, LPVOID reserved) Error = "The procedure entry point DllMain@12 could not be located in the dynamic link library blabla.dll"
  20. [Warning]: script_add_str: detected possible use of wrong case in a script. Found 'bradium_golem', probably meant to be 'BRADIUM_GOLEM' (in '╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╠╝÷↕'). If it is a local (.@) variable, and you're absolutely sure you used the correct case, please disragard this message, otherwise please correct your scripts, as this will become fatal in a near future. File name is not shown properly, as you can see in warning message. Also I have one more error in which filename is shown properly but wrong Variable [Warning]: script_add_str: detected possible use of wrong case in a script. Found 'Coal', probably meant to be 'coal' (in 'npc/Restock.txt'). If it is a local (.@) variable, and you're absolutely sure you used the correct case, please disragard this message, otherwise please correct your scripts, as this will become fatal in a near future. But that file does not contain any word/variable like "coal".
  21. Mine one is "perl 5.16.3.1" Which i suppose is newer than 5.10
  22. Still cannot use itemdbconverter, Some error like Sequence (?<p...) not recognized in regex; marked by <-- HERE in m/^ (?<p <-- HERE refix>(?://[^0-9]*)?) (?<ID>[0-9]+)[^,]*, (?<AegisName>[^,]+), (?<Name>[^,]+),[st]* (?<Type>[0-9]+)[^,]*,[st]* (?<Buy>[0-9]*)[^,]*,[st]* (?<Sell>[0-9]*)[^,]*,[st]* (?<Weight>[0-9]*)[^,]*,[st]* (?<ATK>[0-9-]*)[^,:]*(?<hasmatk>:[st]*(?<MATK>[0-9-]*))?[^,]*,[st]* (?<DEF>[0-9-]*)[^,]*,[st]* (?<Range>[0-9]*)[^,]*,[st]* (?<Slots>[0-9]*)[^,]*,[st]* (?<Job>[x0-9A-Fa-f]*)[^,] at tools/itemdbconverter.pl line 99.
×
×
  • Create New...

Important Information

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