Jump to content

greenieken

Members
  • Posts

    154
  • Joined

  • Last visited

Everything posted by greenieken

  1. this error comes out everytime i log my character.. if anyone of you knows the cause of this error, kindly help me. thanks!
  2. so i have finished adding the new items in accessoryid.lua and accname.lua, then i recompile it using luac5.0.2. then after that, this image pops up when i tried opening my exe, anyone knows what the problem is?
  3. greenieken

    @mi

    when i added custom mobs in my server, i tried to use @mi and put the monster name but it says mob doesnt exists. but when i try to use the Mob id, the infos come out. how is that?
  4. figured out how.. but now i am having a problem with the custom mobs, i dont know where to paste the .act and .spr of the custom mob.
  5. Anyone who could give me a guide on how to add MVPs in the pet eggs? bump
  6. I work alone too. And I do all those things you posted. I did everything from website down to the server proper. Lol. If you have the heart, you can do anything if you want to
  7. nah. it's still closed no one helps in the harmony anymore. damn it
  8. 0001 : pc.c line 2244 size 25 address 0x0xb2abe3ec 0002 : pc.c line 2245 size 31 address 0x0xb2abe53c 0004 : npc.c line 2966 size 1 address 0x0xb1512f5c pc.c line 2244= bonus.bonus_script = aStrdup(script); pc.c line 2245= bonus.other_script = other_script?aStrdup(other_script):NULL; npc.c line 2966= temp = (char*)aMallocA(strlen(message) + 1); help please! this causes disconnections in my server
  9. Have anyone experienced getting error when using poison react? it pops up can't find file effect\ring_zigzag.bmp, anyone has this file? please help me BUMP! Help please
  10. Even before that there's no emp npc in my maintown, it is still crashing btw i saw this one in the harmony logs, maybe this causes the crash. do you know what this mean? 10/04/2012 18:57:37 - Igieboy - HEURISTIC: PakStatForged BUMP! Anyone? I need help.
  11. Yes I do have emp breaker, but i don't think this is related to that one. because there are some instances where in when i have just logged in, the client will crash.
  12. Yes.. Also in BG, when entering the portals. It crashes BUMP. Anyone?
  13. It has custom items. That's all and no other customs anymore.. They are not having Error with the custom items, the only problem is that the client crashes even when you just do @go 0
  14. Would you mind helping me? I'll send the crashlog to you
  15. Yes something like that, then pops out "Something bad happened" this happens very often and my players get irritated especially when they are BGing. I don't understand what the crash log says
  16. Can anyone help me with this? I have harmony setup with my server and client and it makes the client crash most of the time.. anyone knows how to reduce or solve this?
  17. that error is related to my savepoint..
  18. Well, it worked on me coz I have customized the script. That the only thing that I am having problem with. Do you know the source of the problem in the image posted?
  19. the error is not related to the woe controller.. im using eamod. the woe controller is working fine like there an emperium in the set WOE castle, the only problem is that image plus the message "Kriemhild is inactive during this woe session." tho it is the castle that was set.
  20. Hello I am using Euphy's woe controller in this topic http://eathena.ws/forum/topic/78-euphys-woe-controller/page__hl__toasty and this always shows plus, whenever I go inside the ACTIVE castle, I says that ______ is inactive during this woe session.
  21. Hello. I am using this script for hourly points system - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1) { dispbottom "The hourly points event stopped because you were vending / chatting. Please relog if you wish to start again."; stopnpctimer; end; } OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; set .@point_amt, 10; //Points to get every hour (default: 10) set #KAFRAPOINTS, #KAFRAPOINTS + .@point_amt; dispbottom "You received "+.@point_amt+" Kafrapoints by staying ingame for 1 hour"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; set @consecutive_hour, @consecutive_hour + 1; } //Check for 12 hours consecutive if(@consecutive_hour == 6) { set @consecutive_hour,0; set .@cpoint_amt, 40; //Points to get for 12 Consecutive hours (default: 50) set #KAFRAPOINTS, #KAFRAPOINTS + .@cpoint_amt; dispbottom "You receive "+.@cpoint_amt+" Kafrapoints in playing for 6 consecutive hours"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; } stopnpctimer; initnpctimer; end; } what i wanted to add is that the total minutes played will be displayed every minute. like this: Total minutes played: 1 minute **i do not own this script. credits to the owner. thanks to the one that can help me bump
×
×
  • Create New...