• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

The Forgotten Server v0.2 (Mystic Spirit)

Status
Not open for further replies.
Tala could u make Save server with printing in console? cause im always afraid that save is not working :p I will be rly grateful
 
cc1plus: warnings being treated as errors
fileloader.cpp: In member function ‘bool FileLoader::eek:penFile(const char*, bool, bool)’:
fileloader.cpp:81: error: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
make: *** [fileloader.o] Error 1

:(
 
when nxt patch?
edit : i want to know how to add that the travel boat npc not accepting players with pz lock on ?
edit2 :also i have found a bug when u buy bless at the premium time and u will lose pacc u will lose blessing too ... nevermind if u bought pacc again or so u dont have a bless.
edit3 :well not always but when im logouting for example in dp or a boat i get debug i dont know why :>
 
Last edited:
Hmm is there a way to get the NPC System on 0.2? Because I don't like 0.3 many scripts arent working there!
The NPC System of tfs 0.2 does not use the npc-channel and you got still the queue. Is it possible to fix it or change it?

Regards,
Deaktiver
 
why this npc not talking on private npc system ?all working just this ...
Code:
<?xml version="1.0"?>
<npc name="Chemar" floorchange="0" walkinterval="2500">
	<health now="150" max="150"/>
	<look type="133" head="20" body="120" legs="75" feet="13"/>
 
  <interaction range="3" idletime="30">
 
    <interact keywords="hi" focus="1">
      <response param="female" text="Welcome on board, Madam |NAME|."/>
      <response param="male" text="Welcome on board, Sir |NAME|."/>
    </interact>
 
    <interact keywords="bye" focus="0">
      <response text="Good bye. Recommend us, if you were satisfied with our service."/>
    </interact>
  
    <!--This event triggers if the player goes to far away from the npc/logout/idle timeout-->
    <interact event="onPlayerLeave" focus="0">
      <response text="Good bye. Recommend us, if you were satisfied with our service."/>
    </interact>

    <!--
    If the event onBusy exists, the npc will make a queue like Tibia, if the event is removed
    the npc will be able to talk to all customers at the same time without problems.
    -->
     <interact event="onBusy">
      <response text="One moment please, |NAME|.">
        <action name="addqueue" value="|PLAYER|"/>
      </response>
    </interact>



    <interact keywords="Thais">
      <response text="Do you want a passage to Thais for |PRICE| gold?">
        <action name="price" value="200"/>
 
        <interact keywords="yes">
          <response param="pzblock" text="First get rid of those blood stains! You are not going to ruin my vehicle!"/>
          <response param="lowmoney" text="You don't have enough money."/>
          <response text="Have a nice trip!">
            <action name="idle" value="1"/>
            <action name="takemoney" value="|PRICE|"/>
            <action name="effect" value="teleport"/>
            <action name="teleport" value="120;120;7"/>
          </response>
        </interact>
 
        <!-- This response is being used when a player says something else than 'yes' -->
        <interact keywords="|*|">
          <response text="Maybe some other time."/>
        </interact>
 
        </response>
    </interact>
 


 


  </interaction>
 
</npc>
 
Something has to be done about TFS being detected as a virus, I can't even run the server anymore.

I already tried disabling my anti-virus to run it but I can't, it says windows can't access the file.

Also, is it me or charges on weapons are not working?

For example, Ice rapier, I checked my items.xml and weapons.xml comparing it to the original items.xml and weapons.xml and they are the same and the ice rapier is not breaking.

The same happens with enchanted weapons
 
Last edited:
:/ sorry for my noob problem
but.. anyone knows how can i fix this?
xamperrorcb7.jpg


ps: I got the newest xampp 1.6.8
thanks for reading :D
 
Something has to be done about TFS being detected as a virus, I can't even run the server anymore.

I already tried disabling my anti-virus to run it but I can't, it says windows can't access the file.

Also, is it me or charges on weapons are not working?

For example, Ice rapier, I checked my items.xml and weapons.xml comparing it to the original items.xml and weapons.xml and they are the same and the ice rapier is not breaking.

The same happens with enchanted weapons

linux the best 0 viruses :)
 
AVG is taking TFS as a virus, please fix that and is Patch 20 stable?
 
Status
Not open for further replies.
Back
Top