[FAQ] HellmouthSource

03/15/2011 01:17 pintser#91
my client stucks @ creating the character.
after choosing monk/w.e class, i keeps loading, loading, loading, etc!

i use the client used in your example
[vers 5358]
coloader V5
03/15/2011 01:22 pro4never#92
Close out the client and try again.

I thought i disconnect on receiving the char create packet and executing the new char to db successfully but I could be wrong.
03/15/2011 09:01 dark-alex˛#93
Hello , i've test your source , i like her and i wish create my server for play with my friends , but they can't connect in my server , can you help me please ? thanks.:handsdown::)
03/15/2011 09:50 koko20#94
i love pro4never and thank you
03/15/2011 13:17 porra0101#95
Post The Download xampp Plzzz
03/15/2011 13:22 sitdownson#96
Theres a video posted in his FAQ how to set up the source up,
might take a look at that.
03/15/2011 22:16 { Angelius }#97
is there any way to avoid that DmapHandler/loader high memory usage ?
it takes more than 130 MB's as long as the server is running !
03/16/2011 01:52 romeoromeo#98
Hello ... i know u would say go learn :D , but i was trying to code a new NPC , and wanted to check if the Item ( db for example ) is placed in inventory or not , so i put code like
" client.inventory.inventorykey(xx.uid) ....
coz i wasnt able to do it with but the problem was the uid is changed .. so i wanted a help to know how can i do it with the ID instead . coz when i used the thing like
Struct.ItemInfo xx = new Struct.ItemInfo();
xx.ID = 1088000;
it still wasnt work good , so please i need some clue :) how to check if the inventory contain some item ( db for example )
03/16/2011 02:42 pro4never#99
Quote:
Originally Posted by romeoromeo View Post
Hello ... i know u would say go learn :D , but i was trying to code a new NPC , and wanted to check if the Item ( db for example ) is placed in inventory or not , so i put code like
" client.inventory.inventorykey(xx.uid) ....
coz i wasnt able to do it with but the problem was the uid is changed .. so i wanted a help to know how can i do it with the ID instead . coz when i used the thing like
Struct.ItemInfo xx = new Struct.ItemInfo();
xx.ID = 1088000;
it still wasnt work good , so please i need some clue :) how to check if the inventory contain some item ( db for example )
There are already has item bools in the character, remove item and add item methods also are contained.


IE:

if(Client.HasItem(DragonBallID, Amount)):
do w/e
03/16/2011 03:13 romeoromeo#100
Quote:
There are already has item bools in the character, remove item and add item methods also are contained.


IE:

if(Client.HasItem(DragonBallID, Amount)):
do w/e


Thanks alot :)
here i added the Oven and VIP bank . hope it helpeds the newbies programers ( like me xD )
Quote:
#region WuxingOven
case 35016:
{
switch (LinkBack)
{
case 0:
{
Text("Compose or Enchant?", Client);
Link("Compose", 1, Client);
Link("Enchant", 2, Client);
Finish(Client);
}
return;
case 1:
{
Client.Send(Packets.GeneralData(Client.UID, 1, Client.X, Client.Y, 0x7e));
}
return;
case 2:
{
Client.Send(Packets.GeneralData(Client.UID, 0x443, Client.X, Client.Y, 116));
}
return;
}
return;
}
#endregion
#region VIP WarehouseNPC
case 12:
{
switch (LinkBack)
{
case 0:
{
Client.Send(Packets.GeneralData(Client.UID, 341, Client.X, Client.Y, 0x7e));

}
return;
}
return;
}
#endregion
03/16/2011 04:49 pro4never#101
Still not using external npcs? xD

Either way, useful for nubs to have as reference.
03/16/2011 07:15 romeoromeo#102
Quote:
Originally Posted by pro4never View Post
Still not using external npcs? xD

Either way, useful for nubs to have as reference.
:D ... i tried but failed , i was able to make external npcs for teleport or add items but failed to make it show packages like . oven or wearhousman or so on. im still newbie :D
so im going to use the external quests for the events like chinese year , children day , so on ....
03/16/2011 18:01 EternityViruz#103
yo, i need some help plz, when i put the .sql file in Navicat it gives me error, and if i choose the option "Continue On Errors" is says there are round 1800-1900 errors!
the only thing i can see in the table is portals!
PLZ HELP ME! :D
03/16/2011 18:13 pro4never#104
Read the thread... you need to have innodb enabled.

Install xamp/mysql server so it's enabled by default or -reinstall apserver and make sure you tick the box for it this time.
03/16/2011 19:00 EternityViruz#105
Quote:
Originally Posted by pro4never View Post
Read the thread... you need to have innodb enabled.

Install xamp/mysql server so it's enabled by default or -reinstall apserver and make sure you tick the box for it this time.
so you want me to download!
Xamp
-reinstall appserver

--
when i alleredy have Navicat? :O