EOSERV Forum > Client Editing > Client Problem.
Topic is locked.
Page: << 1 2 >>
Client Problem.
Author Message
Post #46229 Re: Client Problem.

It's actually simple... Ur spawned on a map... but your Ouside the map... whatever warps you to that map.. make sure you have the warps pointing to a place spawning inside the map...

To see if you are being spawned outside the map... Simply put on #nowall.. and use your map.. and walk to  (inside) the map.

15 years, 46 weeks ago
Post #46235 Re: Client Problem.
Loving posted: (10th Aug 2010 11:39 pm)


I do have it in place.. ;\


Then make sure you're spawning on a valid map, Set your position in ..\Users\Characters to map 5 x 41 y 47 (if you have aeven for map 5 that is)
15 years, 45 weeks ago
Post #46240 Re: Client Problem.


Alright Thanks Guys,
How would I come about selling event tickets?
E.G

Mystic Dress = 5 Event Tickets.
How would I sell the Event Tickets?
(:

15 years, 45 weeks ago
Post #46251 Re: Client Problem.

I don't think that is possible for seose, i could be wrong though. The NPC.xini files does allow for shops yes but the sale of an item gives you gold in return which is unchangeable (as far as i know.. Unless you change gold in the pub files which could be.. Interesting?) and as for crafting 5 event tickets for 1 item i'm unsure because you cant actually craft multiple items in one go, you have to exchange a certain amount of something for the item of quantity 1.

15 years, 45 weeks ago
Post #46252 Re: Client Problem.

you could set up an event craft shop where once they have received "event tickets" they can go use them to craft an item like mystic dress.

and example under a shop NPC would be:

  /* Event Bob */

  [npc5]

  {

      [craft]

      Item = 133 (we'll say this is mystic dress)

      [ingredient] Item=50 (Event Ticket) Ammount=5

   }

that would be the simplest way, then all you have to do is give out event tickets or find a way for players to obtain them.

15 years, 45 weeks ago
Post #46254 Re: Client Problem.

  /* Event Bob */
  [npc5]
  {
      [craft] Item = 133
      [ingredient] Item=50 (Event Ticket) Ammount=5 (crafts item 133(Mystic Dress) for 5 tickets)
      [shop] Item= 50 (Event Ticket) Sell = 5000 (sells event ticket for 5k)
  }
that's what you'd need to write if you'd want event bob to sell event tickets for 5k each and to craft mystic dress for 5 event tickets :) - Thanks for the input casoni

15 years, 45 weeks ago
Page: << 1 2 >>
Topic is locked.
EOSERV Forum > Client Editing > Client Problem.