EOSERV Forum > EOSERV > EOSERV Vodka [Demo Release]-Re-Updated
Topic is locked.
Page: << 1 2 ... 8 9 10 11 12 13 14 >>
EOSERV Vodka [Demo Release]-Re-Updated
Author Message
Post #73839 Re: EOSERV Vodka [Demo Release]-Updated

Will there be a chance that you release the source :o?

13 years, 44 weeks ago
Post #73840 Re: EOSERV Vodka [Demo Release]-Updated

where is the link for Eo vodka? o;

13 years, 44 weeks ago
Post #73841 Re: EOSERV Vodka [Demo Release]-Updated

1st page.

13 years, 44 weeks ago
Post #73925 Re: EOSERV Vodka [Demo Release]-Re-Updated

Updated the build to 9.0. Almost all of the shit works. Get it on page one :P

13 years, 44 weeks ago
Post #73928 Re: EOSERV Vodka [Demo Release]-Re-Updated

:D

---
~~ When life give you pasta, you eat it ~~
13 years, 44 weeks ago
Post #73930 Re: EOSERV Vodka [Demo Release]-Re-Updated

You dont have evacuate or an option for a local time event, and something id like to see is when you double click the gold bag it opens your bank or locker, either'd be nice

13 years, 44 weeks ago
Post #73933 Re: EOSERV Vodka [Demo Release]-Re-Updated

Evacuate is in there, I don't think I remembered to add it to the list of added things. Type $e and you will have 30 secs to GTFO the map (admin of any rank are not effected). At the end of 30 seconds, anyone left on the map goes to jail and doesn't collect $200. :P


 

13 years, 44 weeks ago
Post #73962 Re: EOSERV Vodka [Demo Release]-Re-Updated
Apollo posted: (16th Apr 2011 05:33 am)

Evacuate is in there, I don't think I remembered to add it to the list of added things. Type $e and you will have 30 secs to GTFO the map (admin of any rank are not effected). At the end of 30 seconds, anyone left on the map goes to jail and doesn't collect $200. :P


 


I didn't add the $200 reward system into mine; I didn't know that was there. I might update it soon.
---
Create your own destiny, don't let someone else do it for you.
13 years, 44 weeks ago
Post #73992 Re: EOSERV Vodka [Demo Release]-Re-Updated

Can someone tell me where is that "Account Registration enable/disable" please??? I cant find it on config file. should be there or i am looking on wrong file? I checked other files too but cant find it. What is the use of that debug version? Thanks...

13 years, 44 weeks ago
Post #74113 Re: EOSERV Vodka [Demo Release]-Re-Updated

so uh when you gonna release the source?

13 years, 44 weeks ago
Post #74115 Re: EOSERV Vodka [Demo Release]-Re-Updated
daytaurato posted: (16th Apr 2011 05:50 pm)

Can someone tell me where is that "Account Registration enable/disable" please??? I cant find it on config file. should be there or i am looking on wrong file? I checked other files too but cant find it. What is the use of that debug version?Thanks...



Try adding Registration = true to config.ini to disable registration (i probably should have made this false, but it is backwards... just deal with it :P)

 

13 years, 44 weeks ago
Post #74195 Re: EOSERV Vodka [Demo Release]-Re-Updated
Apollo posted: (17th Apr 2011 05:18 am)


Try adding Registration = true to config.ini to disable registration (i probably should have made this false, but it is backwards... just deal with it :P)

 


Just to help other people that might have the same question like me, it works. Just added that as you suggested me: Registration = true and the server dont let people create new accounts. Thanks Apollo.


Edit:


I want to post a bug i found about the command Reset() on quests. I dont know if it is vodkas or EO+ but only vodka can make quests work so here it is.
Every time the command SetCoord(map,x,y) or SetMap(map) is followed by the command Reset(), the server crashes. When i use the command End() instead of Reset(), the quest finish normally and the server keep running. When i use the command TalkedToNpc before the command Reset(), the quest works perfect too. So it seems the problem is located to the compination of Reset and SetCoord or SetMap commands. Here is a small example of the quest i tested these.

Main
{
    questname     "Reset bug"
    version        1.0
}

State Begin
{
    desc        "Use the potion"

    action        AddNpcText(17, "That will gonna crash.");
   
    rule           UsedItem(8,1) goto Warp
}

State Warp
{

    action        SetCoord(42,3,4);

    rule           EnterCoord(42,4,4) goto Reset
}

State Reset
{

    action        Reset();
}

P.s. sorry for editing that post instead of creating a new one, but the site dont let me post right after my previus post.
13 years, 44 weeks ago
Post #77990 Re: EOSERV Vodka [Demo Release]-Re-Updated

Apollo,  When i make a quest and actually do the quest, when ive completed it and it gives me the reward,(redbow?) it spawns a fake item into my inventory, making it unable to be equiped and on logout it removes the item.  For EXP it doesn't give the EXP.

Also, when do u think you'll be releasing the source? Im gettin' tired not being able to edit nothing within it :S

13 years, 40 weeks ago
Post #78133 Re: EOSERV Vodka [Demo Release]-Re-Updated

Umh is it possible to release a linux version of it? I need one to host on my linux server.

13 years, 40 weeks ago
Post #78141 Re: EOSERV Vodka [Demo Release]-Re-Updated

In response to the last 3 posts:

Reset() should only be called after an NPC interaction.

When rewarding an item(s), make sure to enter an amount of at least "1".

Yes, Vodka runs on Linux. I can't confirm this personally, but feedback from other users suggest this is true.

13 years, 40 weeks ago
Page: << 1 2 ... 8 9 10 11 12 13 14 >>
Topic is locked.
EOSERV Forum > EOSERV > EOSERV Vodka [Demo Release]-Re-Updated