Search results

  1. V

    This script crashes the client.

    Hello everyone, As the topic says, The script bellow crashes the client. I've assigned a call function for a usable item. function script RefineScroll { set .@menu$,""; for( set .@i,1; .@i <= 10; set .@i,.@i+1 ) { if( getequipisequiped(.@i) ) set .@menu$, .@menu$ +...
  2. V

    about gstorage

    Hello. The gstorage is not working for lvl 0 accounts what so ever. I even added gstorage in group config for lvl 0. Any idea guys?
  3. V

    About renewal /Pre renewal stats.

    Hello everyone, its about stats. pre renewal char 2nd job's stats hp sp etc seems to be messed up. Is there anyway to fix this issue? -Thnaks @@Dastgir any idea? This is the issue.
  4. V

    mysql script/command needed.

    Hello everyone! I really need a command that unequips head,mid & top gears from all the char's in the server. And also hairstyle,haircolor & dye. I need this coz players in my server keeps crashing soon after the ID PW login. ~Thanks.
  5. V

    eAthena to Herc Database conversion.

    Hello everyone. I really wanna move from eathena to HERC since herc has more support and its awesome. I tried converting the sql database but din't work, ended up with sql errors. What i did was. 1) executed eathena-upgrade.sql on my eAthena 3CeAm sql database. 2) executed the reset of upgrades...
  6. V

    Help needed to fix the source.

    Compile error. Hello guys, help needed to fix these codes ERROR:1>------ Rebuild All started: Project: map-server, Configuration: Debug Win32 ------1>  grammar.c1>  libconfig.c1>  scanctx.c1>  scanner.c1>  strbuf.c1>  mt19937ar.c1>  conf.c1>  core.c1&gt...
  7. V

    auraset setup issue.

    Hello, I'm using Dastgir's auraset. Using latest herc svn. Could someone help me fix the error bellow? 1>------ Rebuild All started: Project: auraset, Configuration: Debug Win32 ------1>C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(299,5): warning MSB8004...
  8. V

    20141022 itemInfo.lub issue.

    Hello People. I'm using latest herc svn and its been really grate. All doe i'm struggling a lot on the client side. Unable to convert my old idnum2 files to itemInfo.lub/lua file since 20141022 can only read root/system/. I did use ItemConverter to convert my old idnum2 files, when i use the...
  9. V

    About getitem

    Hello everyone! I'm requesting for a npc script which getitem to the guild leader as soon as the WOE is over. The npc must only check for the active castle and then it must getitem. ex: prtg_cas01 is the only castle activated for WOE so the npc must check who owns that castle and then it much...
  10. V

    Mob Restriction Script

    Can anyone please help by converting the script below to work on eAthena 3CeAm! -    script    Strict    -1,{    OnInit:        setarray .mob_restriction[0],1646,1647,1648,1649,1650,1651,1751,1708;        .size = getarraysize(.mob_restriction);        bindatcmd...
  11. V

    R> Refine Scroll item.

    Hello Hercules. I'm requesting for a item script. It should be a usable item, when we consume, it much show the refineable items such as: Only these items.Head gear.Top gear.Left/Right hand.Boots.Armors.Mufflers. The usable scroll item must refine +1 until the item is +10.  If anyone knows a...
  12. V

    Problem with SQL quire command.

    UPDATE `storage` SET `nameid`=18546 WHERE `nameid` IN ('22556','3300','3301','3250','3251','22564'); The above code is not working. I just want to replace 22556','3300','3301','3250','3251','22564 items with 18546. Any help would be grate, thanks!
  13. V

    Request dynamic stats auto update script.

    Hello Hercules people. I'm requesting for a script which much dynamically update stats. I added a OnPCKillEvent, for every kill we make the stats must be increased but the stats wont change unless i unwield and wield any of my equipped item. Is there a way to get the effect without unwielding...
  14. V

    Problem with alt code/unique char.

    Hello Hercules. I'm having problem with unique alt codes such as (¥Üƒ₧£Ö†«» etc). In SQL the char name is showing up properly but in game it turn into Korean or some other fonts like this. I did report this to the host provider and they said its due to the Linux vps but server before that was...
  15. V

    Problem with my OnPCLoginEvent npc

    I have a minigame called 3vs3, People they go to char select wile playing 3vs3. I really hate them, all I'm trying to do is to stop them from doing that. So i want to - #DOMINATION once they return back from char select. Here is the script, But its not working and I got no idea why...
  16. V

    How to add a global reg value requirement in script.c

    I want to add a global reg unit and that is #DOMINATION, Its like a points. Player then need have atlest 1 to bypass the script_pushint(st, -2);. Here are the codes. http://pastebin.com/zN3gikWv This is the line i need to add up that #DOMINATION if(sd2 &&amp...
  17. V

    About SVN update.

    Hello every one, i'm here to ask a question about Hercules SVN trunk update. I'm currently using 3CeAm, If i move all the modifications from my current SVN to the latest Hercules SVN trunk, In the feature would i be able to patch/update the svn of Hercules? And will my custom modifications in...
Back
Top