Recent content by Ehwaz

  1. E

    Sprite wrong position when zoom in

    Anyone know how to fix it: Left: Zoom in. Right: Zoom out\ ActEditor: (hmm, still ok) If you need i can pay for this.
  2. E

    [Function] random item/variable

    File Name: [Function] random item/variable File Submitter: Hirist File Submitted: 09 Sep 2016 File Category: Quest, Shops, Functions & Algorithms Origanal post: http://herc.ws/board/topic/6541-function-random-itemvariable/ Author: Dastgir Just fix some bug and reup. Click here to...
  3. E

    Limit number guild member position

    I want position "Sub-Guildmaster" limit 10 member, anyone can help me or let's me know where to edit? I tried find but dont know where to edit.
  4. E

    Guildmaster can't change position member when woe actived

    I tried to used mapreg->readreg( script->add_str("$abc") follow Angelmelody guide but visual alert mapreg undefined. /*==================================================== * Member changing position in guild *---------------------------------------------------*/ int...
  5. E

    Maelstrom prevent cast Bloodylust

    I trying make maelstrom prevent cast other paint skill like manhole, chaospanic But, only Bloodylust still cast on Maelstrom My code\, skill.c case SC_BLOODYLUST: case SC_CHAOSPANIC: case SC_MANHOLE: //Non stackable on themselves and traps (including venom dust which does not has the...
  6. E

    Make Lux Anima Rune Stone affect to all party member

    Anyone know how to do it, I tried look into source...but dont understand, Now Lux Anima just transfer rune to only one party member in range. Sourc: Lux Anima: if( sd == NULL || sd->status.party_id == 0 || flag&1 ){     if( src == bl )         break;     while(...
  7. E

    Make Warmer can't heal Emperium

    Someone can help me make warmer can't heal Emperium. i tried but not working
  8. E

    Unlimited affect only to monster

    Someone help me, i want Unlimit, skill of ranger just boost damage vs monster.
  9. E

    SC_CASH_RECEIVEITEM question!

    Does  SC_CASH_RECEIVEITEM affect to drop rate from card or EQ like Lunakaligo ? bAddMonsterDropItem,12065,RC_Plant,500;
  10. E

    Monster get enought hit to die

    When i using skill multi hit like Jack Frost , monster will die after get enough hit ? While monster get hit, it's still use skill or attack me! So this is new feature or something wrong ?
  11. E

    Help me to connecting my server

    My server working perfect with IP: 127.0.0.1 But when i upload to linux vps it got many errors 1. Sometime it show:  [Error]: Can not connect to login-server.[Error]: The server communication passwords (default s1/p1) are probably invalid.[Error]: Also, please make sure your login db has the...
  12. E

    Using <ITEMLINK> on Iteminfo.lua

    My client is: 20140205 Ex:  Item A: [27182] = { unidentifiedDisplayName = "#27182: Linguistic Book Hat", unidentifiedResourceName = "¾Ö³Î¶óÀ̀Áî¾ÆÀ̀", unidentifiedDescriptionName = { "FSRO CUSTOM", }, identifiedDisplayName = "#27182: Linguistic Book Hat", identifiedResourceName =...
  13. E

    2014-02-05bRagexe Stop Working on Mapload

    I don't know why, i used this client to work with my offline server, it worked perfect but now i try with online server it not working. My offline server is window and online is Linux. After choose character and logging into map, it's crash and show my .exe not working a tried to create new...
  14. E

    Wrong Character Sex

    Anyone can explain it ?  
  15. E

    data of field `nameid` truncated

    What data type i have to use ? I created a item with ID is 40001.
Back
Top